public interface JdbcValidator
mondrian.gui.JDBCMetaData.| Modifier and Type | Method and Description | 
|---|---|
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 | 
isSchemaExists(String schemaName)
Returns true if schema exists. 
 | 
boolean | 
isTableExists(String schemaName,
             String tableName)
Returns true if table exists. 
 | 
int getColumnDataType(String schemaName, String tableName, String colName)
boolean isColExists(String schemaName, String tableName, String colName)
boolean isTableExists(String schemaName, String tableName)
boolean isInitialized()
boolean isSchemaExists(String schemaName)