- getAvailability() - Method in class org.rhq.plugins.database.CustomTableComponent
-
- getColumns(ResultSetMetaData) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
-
Returns an array of strings as upper-case column names.
- getConnection() - Method in class org.rhq.plugins.database.AbstractDatabaseComponent
-
- getConnection() - Method in class org.rhq.plugins.database.CustomTableComponent
-
- getConnection() - Method in interface org.rhq.plugins.database.DatabaseComponent
-
- getGridValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
-
Returns a list of values, one per row, containing a map of column names to values of that row.
- getNumericQueryValueMap(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
-
Returns a mapping of rows as key-value pairs where the key is the
first column (a string) and the second column is a value numeric.
- getNumericQueryValues(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
-
Executes a query, returning the results as a map where the keys
are the column names and values are the value of that column.
- getSingleNumericQueryValue(DatabaseComponent, String, Object...) - Static method in class org.rhq.plugins.database.DatabaseQueryUtility
-
Returns the result of a query as a single Double value.
- getTable() - Method in class org.rhq.plugins.database.CustomTableComponent
-
- getValues(MeasurementReport, Set<MeasurementScheduleRequest>) - Method in class org.rhq.plugins.database.CustomTableComponent
-