|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JDBCValidator
Validation for database schema, table, and columns. Extracted interface from
mondrian.gui.JDBCMetaData.
| Method Summary | |
|---|---|
int |
getColumnDataType(String schemaName,
String tableName,
String colName)
Returns the data type of given column. |
boolean |
isColExists(String schemaName,
String tableName,
String colName)
Returns true if column exists. |
boolean |
isInitialized()
Returns true if this object successfully connected to database (and validation methods can now be called). |
boolean |
isTableExists(String schemaName,
String tableName)
Returns true if table exists. |
| Method Detail |
|---|
int getColumnDataType(String schemaName,
String tableName,
String colName)
boolean isColExists(String schemaName,
String tableName,
String colName)
boolean isTableExists(String schemaName,
String tableName)
boolean isInitialized()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||