| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
| org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
| org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
| org.h2.command.query |
Contains queries.
|
| org.h2.expression.function.table |
Table value functions.
|
| org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
| org.h2.jdbc |
Implementation of the JDBC API (package java.sql).
|
| org.h2.jdbc.meta |
Implementation of the JDBC database metadata API (package java.sql).
|
| org.h2.result |
Implementation of row and internal result sets.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
Command.executeQuery(long maxrows,
boolean scrollable)
Execute a query and return the result.
|
ResultInterface |
CommandInterface.executeQuery(long maxRows,
boolean scrollable)
Execute the query.
|
ResultInterface |
CommandRemote.executeQuery(long maxRows,
boolean scrollable) |
ResultInterface |
CommandRemote.executeQuery(long maxRows,
boolean scrollable) |
ResultInterface |
CommandInterface.executeQuery(long maxRows,
boolean scrollable)
Execute the query.
|
ResultInterface |
Command.executeQuery(long maxrows,
boolean scrollable)
Execute a query and return the result.
|
ResultInterface |
Command.getMetaData() |
ResultInterface |
CommandInterface.getMetaData()
Get an empty result set containing the meta data of the result.
|
ResultInterface |
CommandRemote.getMetaData() |
ResultInterface |
CommandRemote.getMetaData() |
ResultInterface |
CommandInterface.getMetaData()
Get an empty result set containing the meta data of the result.
|
ResultInterface |
Command.getMetaData() |
abstract ResultInterface |
Command.query(long maxrows)
Execute a query statement, if this is possible.
|
ResultInterface |
CommandContainer.query(long maxrows) |
ResultInterface |
Prepared.query(long maxrows)
Execute the query.
|
ResultInterface |
Prepared.query(long maxrows)
Execute the query.
|
ResultInterface |
CommandContainer.query(long maxrows) |
abstract ResultInterface |
Command.query(long maxrows)
Execute a query statement, if this is possible.
|
abstract ResultInterface |
Command.queryMeta()
Get an empty result set containing the meta data.
|
ResultInterface |
CommandContainer.queryMeta() |
abstract ResultInterface |
Prepared.queryMeta()
Get an empty result set containing the meta data.
|
abstract ResultInterface |
Prepared.queryMeta()
Get an empty result set containing the meta data.
|
ResultInterface |
CommandContainer.queryMeta() |
abstract ResultInterface |
Command.queryMeta()
Get an empty result set containing the meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
DefineCommand.queryMeta() |
ResultInterface |
DefineCommand.queryMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
Query.query(long maxrows) |
ResultInterface |
Query.query(long maxrows) |
ResultInterface |
Query.query(long limit,
ResultTarget target)
Execute the query, writing the result to the target result.
|
ResultInterface |
Query.query(long limit,
ResultTarget target)
Execute the query, writing the result to the target result.
|
ResultInterface |
Query.queryMeta() |
ResultInterface |
Query.queryMeta() |
protected abstract ResultInterface |
Query.queryWithoutCache(long limit,
ResultTarget target)
Execute the query without checking the cache.
|
protected ResultInterface |
Select.queryWithoutCache(long maxRows,
ResultTarget target) |
protected ResultInterface |
SelectUnion.queryWithoutCache(long maxRows,
ResultTarget target) |
protected ResultInterface |
TableValueConstructor.queryWithoutCache(long limit,
ResultTarget target) |
protected ResultInterface |
TableValueConstructor.queryWithoutCache(long limit,
ResultTarget target) |
protected ResultInterface |
SelectUnion.queryWithoutCache(long maxRows,
ResultTarget target) |
protected ResultInterface |
Select.queryWithoutCache(long maxRows,
ResultTarget target) |
protected abstract ResultInterface |
Query.queryWithoutCache(long limit,
ResultTarget target)
Execute the query without checking the cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
IndexCondition.getCurrentResult()
Get the current result of the expression.
|
ResultInterface |
IndexCondition.getCurrentResult()
Get the current result of the expression.
|
| 构造器和说明 |
|---|
QueryExpressionCursor(QueryExpressionIndex index,
ResultInterface result,
SearchRow first,
SearchRow last) |
QueryExpressionCursor(QueryExpressionIndex index,
ResultInterface result,
SearchRow first,
SearchRow last) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
JdbcResultSet.getResult()
INTERNAL
|
ResultInterface |
JdbcResultSet.getResult()
INTERNAL
|
| 构造器和说明 |
|---|
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
JdbcResultSet(JdbcConnection conn,
JdbcStatement stat,
CommandInterface command,
ResultInterface result,
int id,
boolean scrollable,
boolean updatable,
boolean triggerUpdatable) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ResultInterface |
DatabaseMeta.getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern) |
ResultInterface |
DatabaseMetaRemote.getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern) |
abstract ResultInterface |
DatabaseMeta.getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getBestRowIdentifier(String catalogPattern,
String schemaPattern,
String tableName,
int scope,
boolean nullable)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getBestRowIdentifier(String catalogPattern,
String schemaPattern,
String tableName,
int scope,
boolean nullable) |
ResultInterface |
DatabaseMetaLocal.getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
ResultInterface |
DatabaseMetaRemote.getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
ResultInterface |
DatabaseMetaRemote.getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
ResultInterface |
DatabaseMetaLocal.getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
ResultInterface |
DatabaseMetaLegacy.getBestRowIdentifier(String catalogPattern,
String schemaPattern,
String tableName,
int scope,
boolean nullable) |
abstract ResultInterface |
DatabaseMeta.getBestRowIdentifier(String catalogPattern,
String schemaPattern,
String tableName,
int scope,
boolean nullable)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getCatalogs()
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getCatalogs() |
ResultInterface |
DatabaseMetaLocal.getCatalogs() |
ResultInterface |
DatabaseMetaRemote.getCatalogs() |
ResultInterface |
DatabaseMetaRemote.getCatalogs() |
ResultInterface |
DatabaseMetaLocal.getCatalogs() |
ResultInterface |
DatabaseMetaLegacy.getCatalogs() |
abstract ResultInterface |
DatabaseMeta.getCatalogs()
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
abstract ResultInterface |
DatabaseMeta.getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
abstract ResultInterface |
DatabaseMeta.getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
ResultInterface |
DatabaseMetaLocal.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
ResultInterface |
DatabaseMetaRemote.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
ResultInterface |
DatabaseMetaRemote.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
ResultInterface |
DatabaseMetaLocal.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
ResultInterface |
DatabaseMetaLegacy.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
abstract ResultInterface |
DatabaseMeta.getCrossReference(String primaryCatalog,
String primarySchema,
String primaryTable,
String foreignCatalog,
String foreignSchema,
String foreignTable)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getExportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getExportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getExportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getExportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getExportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getExportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLegacy.getExportedKeys(String catalog,
String schema,
String table) |
abstract ResultInterface |
DatabaseMeta.getExportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern) |
abstract ResultInterface |
DatabaseMeta.getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getFunctions(String catalog,
String schemaPattern,
String functionNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getFunctions(String catalog,
String schemaPattern,
String functionNamePattern) |
ResultInterface |
DatabaseMetaRemote.getFunctions(String catalog,
String schemaPattern,
String functionNamePattern) |
abstract ResultInterface |
DatabaseMeta.getFunctions(String catalog,
String schemaPattern,
String functionNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getImportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getImportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getImportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getImportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getImportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getImportedKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLegacy.getImportedKeys(String catalog,
String schema,
String table) |
abstract ResultInterface |
DatabaseMeta.getImportedKeys(String catalog,
String schema,
String table)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
ResultInterface |
DatabaseMetaLocal.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
ResultInterface |
DatabaseMetaRemote.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
ResultInterface |
DatabaseMetaRemote.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
ResultInterface |
DatabaseMetaLocal.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
ResultInterface |
DatabaseMetaLegacy.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) |
abstract ResultInterface |
DatabaseMeta.getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getPrimaryKeys(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLocal.getPrimaryKeys(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaLegacy.getPrimaryKeys(String catalog,
String schema,
String table) |
abstract ResultInterface |
DatabaseMeta.getPrimaryKeys(String catalog,
String schema,
String table)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
abstract ResultInterface |
DatabaseMeta.getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
ResultInterface |
DatabaseMetaLocal.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
ResultInterface |
DatabaseMetaRemote.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
ResultInterface |
DatabaseMetaRemote.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
ResultInterface |
DatabaseMetaLocal.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
abstract ResultInterface |
DatabaseMeta.getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaRemote.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLocal.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
abstract ResultInterface |
DatabaseMeta.getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getSchemas()
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getSchemas() |
ResultInterface |
DatabaseMetaLocal.getSchemas() |
ResultInterface |
DatabaseMetaRemote.getSchemas() |
ResultInterface |
DatabaseMetaRemote.getSchemas() |
ResultInterface |
DatabaseMetaLocal.getSchemas() |
ResultInterface |
DatabaseMetaLegacy.getSchemas() |
abstract ResultInterface |
DatabaseMeta.getSchemas()
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getSchemas(String catalog,
String schemaPattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getSchemas(String catalog,
String schemaPattern) |
ResultInterface |
DatabaseMetaLocal.getSchemas(String catalog,
String schemaPattern) |
ResultInterface |
DatabaseMetaRemote.getSchemas(String catalog,
String schemaPattern) |
ResultInterface |
DatabaseMetaRemote.getSchemas(String catalog,
String schemaPattern) |
ResultInterface |
DatabaseMetaLocal.getSchemas(String catalog,
String schemaPattern) |
ResultInterface |
DatabaseMetaLegacy.getSchemas(String catalog,
String schemaPattern) |
abstract ResultInterface |
DatabaseMeta.getSchemas(String catalog,
String schemaPattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaRemote.getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern) |
abstract ResultInterface |
DatabaseMeta.getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern) |
ResultInterface |
DatabaseMetaRemote.getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern) |
abstract ResultInterface |
DatabaseMeta.getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaLocal.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaRemote.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaRemote.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaLocal.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultInterface |
DatabaseMetaLegacy.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
abstract ResultInterface |
DatabaseMeta.getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types)
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultInterface |
DatabaseMetaLocal.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultInterface |
DatabaseMetaRemote.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultInterface |
DatabaseMetaRemote.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultInterface |
DatabaseMetaLocal.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultInterface |
DatabaseMetaLegacy.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
abstract ResultInterface |
DatabaseMeta.getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getTableTypes()
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getTableTypes() |
ResultInterface |
DatabaseMetaLocal.getTableTypes() |
ResultInterface |
DatabaseMetaRemote.getTableTypes() |
ResultInterface |
DatabaseMetaRemote.getTableTypes() |
ResultInterface |
DatabaseMetaLocal.getTableTypes() |
ResultInterface |
DatabaseMetaLegacy.getTableTypes() |
abstract ResultInterface |
DatabaseMeta.getTableTypes()
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getTypeInfo()
INTERNAL
|
ResultInterface |
DatabaseMetaLegacy.getTypeInfo() |
ResultInterface |
DatabaseMetaLocal.getTypeInfo() |
ResultInterface |
DatabaseMetaRemote.getTypeInfo() |
ResultInterface |
DatabaseMetaRemote.getTypeInfo() |
ResultInterface |
DatabaseMetaLocal.getTypeInfo() |
ResultInterface |
DatabaseMetaLegacy.getTypeInfo() |
abstract ResultInterface |
DatabaseMeta.getTypeInfo()
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types) |
ResultInterface |
DatabaseMetaRemote.getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types) |
abstract ResultInterface |
DatabaseMeta.getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types)
INTERNAL
|
abstract ResultInterface |
DatabaseMeta.getVersionColumns(String catalog,
String schema,
String table)
INTERNAL
|
ResultInterface |
DatabaseMetaRemote.getVersionColumns(String catalog,
String schema,
String table) |
ResultInterface |
DatabaseMetaRemote.getVersionColumns(String catalog,
String schema,
String table) |
abstract ResultInterface |
DatabaseMeta.getVersionColumns(String catalog,
String schema,
String table)
INTERNAL
|
static ResultInterface |
DatabaseMetaServer.process(SessionLocal session,
int code,
Value[] args)
Process a database meta data request.
|
static ResultInterface |
DatabaseMetaServer.process(SessionLocal session,
int code,
Value[] args)
Process a database meta data request.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FetchedResult
Abstract fetched result.
|
class |
LazyResult
Lazy execution support for queries.
|
class |
LocalResult
A local result set contains all row data of a result set.
|
class |
ResultRemote
The client side part of a result set that is kept on the server.
|
class |
ResultWithPaddedStrings
Result with padded fixed length strings.
|
class |
SimpleResult
Simple in-memory result.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
FetchedResult.createShallowCopy(Session targetSession) |
ResultInterface |
ResultInterface.createShallowCopy(Session targetSession)
Create a shallow copy of the result set.
|
ResultInterface |
ResultWithPaddedStrings.createShallowCopy(Session targetSession) |
ResultInterface |
ResultWithPaddedStrings.createShallowCopy(Session targetSession) |
ResultInterface |
ResultInterface.createShallowCopy(Session targetSession)
Create a shallow copy of the result set.
|
ResultInterface |
FetchedResult.createShallowCopy(Session targetSession) |
static ResultInterface |
ResultWithPaddedStrings.get(ResultInterface source)
Returns wrapped result if necessary, or original result if it does not
contain visible CHAR columns.
|
static ResultInterface |
ResultWithPaddedStrings.get(ResultInterface source)
Returns wrapped result if necessary, or original result if it does not
contain visible CHAR columns.
|
ResultInterface |
ResultWithGeneratedKeys.getGeneratedKeys()
Returns generated keys, or
null. |
ResultInterface |
ResultWithGeneratedKeys.WithKeys.getGeneratedKeys() |
ResultInterface |
ResultWithGeneratedKeys.getGeneratedKeys()
Returns generated keys, or
null. |
ResultInterface |
ResultWithGeneratedKeys.WithKeys.getGeneratedKeys() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MergedResult.add(ResultInterface result)
Appends a result.
|
void |
MergedResult.add(ResultInterface result)
Appends a result.
|
static ResultInterface |
ResultWithPaddedStrings.get(ResultInterface source)
Returns wrapped result if necessary, or original result if it does not
contain visible CHAR columns.
|
static ResultInterface |
ResultWithPaddedStrings.get(ResultInterface source)
Returns wrapped result if necessary, or original result if it does not
contain visible CHAR columns.
|
static void |
ResultColumn.writeColumn(Transfer out,
ResultInterface result,
int i)
Write a result column to the given output.
|
static void |
ResultColumn.writeColumn(Transfer out,
ResultInterface result,
int i)
Write a result column to the given output.
|
| 构造器和说明 |
|---|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
UpdatableRow(JdbcConnection conn,
ResultInterface result)
Construct a new object that is linked to the result set.
|
WithKeys(long updateCount,
ResultInterface generatedKeys)
Creates a result with update count and generated keys.
|
WithKeys(long updateCount,
ResultInterface generatedKeys)
Creates a result with update count and generated keys.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
FunctionAlias.JavaMethod.getTableValue(SessionLocal session,
Expression[] args,
boolean columnList)
Call the table user-defined function and return the value.
|
ResultInterface |
FunctionAlias.JavaMethod.getTableValue(SessionLocal session,
Expression[] args,
boolean columnList)
Call the table user-defined function and return the value.
|
static ResultInterface |
FunctionAlias.JavaMethod.resultSetToResult(SessionLocal session,
ResultSet resultSet,
int maxrows)
Create a result for the given result set.
|
static ResultInterface |
FunctionAlias.JavaMethod.resultSetToResult(SessionLocal session,
ResultSet resultSet,
int maxrows)
Create a result for the given result set.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResultInterface |
TableView.getRecursiveResult() |
ResultInterface |
TableView.getRecursiveResult() |
ResultInterface |
DataChangeDeltaTable.getResult(SessionLocal session) |
ResultInterface |
FunctionTable.getResult(SessionLocal session) |
ResultInterface |
TableValueConstructorTable.getResult(SessionLocal session) |
abstract ResultInterface |
VirtualConstructedTable.getResult(SessionLocal session)
Read the rows from the table.
|
abstract ResultInterface |
VirtualConstructedTable.getResult(SessionLocal session)
Read the rows from the table.
|
ResultInterface |
TableValueConstructorTable.getResult(SessionLocal session) |
ResultInterface |
FunctionTable.getResult(SessionLocal session) |
ResultInterface |
DataChangeDeltaTable.getResult(SessionLocal session) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableView.setRecursiveResult(ResultInterface value) |
void |
TableView.setRecursiveResult(ResultInterface value) |
Copyright © 2022. All rights reserved.