public class DatabaseMetaRemote extends DatabaseMeta
| 构造器和说明 |
|---|
DatabaseMetaRemote(SessionRemote session,
ArrayList<Transfer> transferList) |
| 限定符和类型 | 方法和说明 |
|---|---|
DefaultNullOrdering |
defaultNullOrdering()
INTERNAL
|
ResultInterface |
getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern)
INTERNAL
|
ResultInterface |
getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable)
INTERNAL
|
ResultInterface |
getCatalogs()
INTERNAL
|
ResultInterface |
getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern)
INTERNAL
|
ResultInterface |
getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable)
INTERNAL
|
int |
getDatabaseMajorVersion()
INTERNAL
|
int |
getDatabaseMinorVersion()
INTERNAL
|
String |
getDatabaseProductVersion()
INTERNAL
|
ResultInterface |
getExportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
getFunctions(String catalog,
String schemaPattern,
String functionNamePattern)
INTERNAL
|
ResultInterface |
getImportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate)
INTERNAL
|
String |
getNumericFunctions()
INTERNAL
|
ResultInterface |
getPrimaryKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern)
INTERNAL
|
ResultInterface |
getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
getSchemas()
INTERNAL
|
ResultInterface |
getSchemas(String catalog,
String schemaPattern)
INTERNAL
|
String |
getSearchStringEscape()
INTERNAL
|
String |
getSQLKeywords()
INTERNAL
|
String |
getStringFunctions()
INTERNAL
|
ResultInterface |
getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
ResultInterface |
getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern)
INTERNAL
|
String |
getSystemFunctions()
INTERNAL
|
ResultInterface |
getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
ResultInterface |
getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types)
INTERNAL
|
ResultInterface |
getTableTypes()
INTERNAL
|
String |
getTimeDateFunctions()
INTERNAL
|
ResultInterface |
getTypeInfo()
INTERNAL
|
ResultInterface |
getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types)
INTERNAL
|
ResultInterface |
getVersionColumns(String catalog,
String schema,
String table)
INTERNAL
|
public DatabaseMetaRemote(SessionRemote session, ArrayList<Transfer> transferList)
public DefaultNullOrdering defaultNullOrdering()
DatabaseMetadefaultNullOrdering 在类中 DatabaseMetaDatabaseMetaData.nullsAreSortedHigh(),
DatabaseMetaData.nullsAreSortedLow(),
DatabaseMetaData.nullsAreSortedAtStart(),
DatabaseMetaData.nullsAreSortedAtEnd()public String getDatabaseProductVersion()
DatabaseMetagetDatabaseProductVersion 在类中 DatabaseMetaDatabaseMetaData.getDatabaseProductVersion()public String getSQLKeywords()
DatabaseMetagetSQLKeywords 在类中 DatabaseMetaDatabaseMetaData.getSQLKeywords()public String getNumericFunctions()
DatabaseMetagetNumericFunctions 在类中 DatabaseMetaDatabaseMetaData.getNumericFunctions()public String getStringFunctions()
DatabaseMetagetStringFunctions 在类中 DatabaseMetaDatabaseMetaData.getStringFunctions()public String getSystemFunctions()
DatabaseMetagetSystemFunctions 在类中 DatabaseMetaDatabaseMetaData.getSystemFunctions()public String getTimeDateFunctions()
DatabaseMetagetTimeDateFunctions 在类中 DatabaseMetaDatabaseMetaData.getTimeDateFunctions()public String getSearchStringEscape()
DatabaseMetagetSearchStringEscape 在类中 DatabaseMetaDatabaseMetaData.getSearchStringEscape()public ResultInterface getProcedures(String catalog, String schemaPattern, String procedureNamePattern)
DatabaseMetagetProcedures 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resultprocedureNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getProcedures(String, String, String)public ResultInterface getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)
DatabaseMetagetProcedureColumns 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resultprocedureNamePattern - "LIKE" style pattern to filter resultcolumnNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getProcedureColumns(String, String,
String, String)public ResultInterface getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)
DatabaseMetagetTables 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttableNamePattern - "LIKE" style pattern to filter resulttypes - String[]DatabaseMetaData.getTables(String, String, String,
String[])public ResultInterface getSchemas()
DatabaseMetagetSchemas 在类中 DatabaseMetaDatabaseMetaData.getSchemas()public ResultInterface getCatalogs()
DatabaseMetagetCatalogs 在类中 DatabaseMetaDatabaseMetaData.getCatalogs()public ResultInterface getTableTypes()
DatabaseMetagetTableTypes 在类中 DatabaseMetaDatabaseMetaData.getTableTypes()public ResultInterface getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
DatabaseMetagetColumns 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttableNamePattern - "LIKE" style pattern to filter resultcolumnNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getColumns(String, String, String, String)public ResultInterface getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)
DatabaseMetagetColumnPrivileges 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectcolumnNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getColumnPrivileges(String, String,
String, String)public ResultInterface getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)
DatabaseMetagetTablePrivileges 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttableNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getTablePrivileges(String, String, String)public ResultInterface getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
DatabaseMetagetBestRowIdentifier 在类中 DatabaseMetacatalog - "LIKE" style pattern to filter resultschema - "LIKE" style pattern to filter resulttable - table of interestscope - of interestnullable - include nullable columnsDatabaseMetaData.getBestRowIdentifier(String, String,
String, int, boolean)public ResultInterface getVersionColumns(String catalog, String schema, String table)
DatabaseMetagetVersionColumns 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectDatabaseMetaData.getVersionColumns(String, String, String)public ResultInterface getPrimaryKeys(String catalog, String schema, String table)
DatabaseMetagetPrimaryKeys 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectDatabaseMetaData.getPrimaryKeys(String, String, String)public ResultInterface getImportedKeys(String catalog, String schema, String table)
DatabaseMetagetImportedKeys 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectDatabaseMetaData.getImportedKeys(String, String, String)public ResultInterface getExportedKeys(String catalog, String schema, String table)
DatabaseMetagetExportedKeys 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectDatabaseMetaData.getExportedKeys(String, String, String)public ResultInterface getCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable)
DatabaseMetagetCrossReference 在类中 DatabaseMetaprimaryCatalog - to inspectprimarySchema - to inspectprimaryTable - to inspectforeignCatalog - to inspectforeignSchema - to inspectforeignTable - to inspectDatabaseMetaData.getCrossReference(String, String, String,
String, String, String)public ResultInterface getTypeInfo()
DatabaseMetagetTypeInfo 在类中 DatabaseMetaDatabaseMetaData.getTypeInfo()public ResultInterface getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate)
DatabaseMetagetIndexInfo 在类中 DatabaseMetacatalog - to inspectschema - to inspecttable - to inspectunique - onlyapproximate - allowedDatabaseMetaData.getIndexInfo(String, String, String,
boolean, boolean)public ResultInterface getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)
DatabaseMetagetUDTs 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttypeNamePattern - "LIKE" style pattern to filter resulttypes - int[]DatabaseMetaData.getUDTs(String, String, String, int[])public ResultInterface getSuperTypes(String catalog, String schemaPattern, String typeNamePattern)
DatabaseMetagetSuperTypes 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttypeNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getSuperTypes(String, String, String)public ResultInterface getSuperTables(String catalog, String schemaPattern, String tableNamePattern)
DatabaseMetagetSuperTables 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttableNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getSuperTables(String, String, String)public ResultInterface getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)
DatabaseMetagetAttributes 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttypeNamePattern - "LIKE" style pattern to filter resultattributeNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getAttributes(String, String, String,
String)public int getDatabaseMajorVersion()
DatabaseMetagetDatabaseMajorVersion 在类中 DatabaseMetaDatabaseMetaData.getDatabaseMajorVersion()public int getDatabaseMinorVersion()
DatabaseMetagetDatabaseMinorVersion 在类中 DatabaseMetaDatabaseMetaData.getDatabaseMinorVersion()public ResultInterface getSchemas(String catalog, String schemaPattern)
DatabaseMetagetSchemas 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resultDatabaseMetaData.getSchemas(String, String)public ResultInterface getFunctions(String catalog, String schemaPattern, String functionNamePattern)
DatabaseMetagetFunctions 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resultfunctionNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getFunctions(String, String, String)public ResultInterface getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)
DatabaseMetagetFunctionColumns 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resultfunctionNamePattern - "LIKE" style pattern to filter resultcolumnNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getFunctionColumns(String, String, String,
String)public ResultInterface getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
DatabaseMetagetPseudoColumns 在类中 DatabaseMetacatalog - to inspectschemaPattern - "LIKE" style pattern to filter resulttableNamePattern - "LIKE" style pattern to filter resultcolumnNamePattern - "LIKE" style pattern to filter resultDatabaseMetaData.getPseudoColumns(String, String, String,
String)Copyright © 2022. All rights reserved.