跳过导航链接
A B C D E F G I L M N O P R S T U W 

A

absolute(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
AbstractUnsupportedOperationResultSet - org.apache.shardingsphere.infra.federation.executor.advanced.resultset中的类
Unsupported ResultSet methods.
AbstractUnsupportedOperationResultSet() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
AbstractUnsupportedUpdateOperationResultSet - org.apache.shardingsphere.infra.federation.executor.advanced.resultset中的类
Unsupported ResultSet update methods.
AbstractUnsupportedUpdateOperationResultSet() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
AdvancedFederationExecutor - org.apache.shardingsphere.infra.federation.executor.advanced中的类
Advanced federation executor.
AdvancedFederationExecutor(String, String, OptimizerContext, ShardingSphereRuleMetaData, ConfigurationProperties, JDBCExecutor, EventBusContext) - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.AdvancedFederationExecutor
 
afterLast() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

B

beforeFirst() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

C

cancelRowUpdates() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
clearWarnings() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
close() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.AdvancedFederationExecutor
 
close() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
close() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.CommonRowEnumerator
 
close() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.EmptyRowEnumerator
 
close() - 接口 中的方法org.apache.shardingsphere.infra.federation.executor.FederationExecutor
 
close() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 
CommonExecuteDataContext - org.apache.shardingsphere.infra.federation.executor.common中的类
Advanced execute data context.
CommonExecuteDataContext() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.common.CommonExecuteDataContext
 
CommonRowEnumerator - org.apache.shardingsphere.infra.federation.executor.common.row中的类
Common row enumerator.
CommonRowEnumerator() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.common.row.CommonRowEnumerator
 
CommonTableScanExecutorContext - org.apache.shardingsphere.infra.federation.executor.common.table中的类
Translatable table scan executor context.
CommonTableScanExecutorContext() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.common.table.CommonTableScanExecutorContext
 
CONNECTION_URL - 类 中的静态变量org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 
current() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.CommonRowEnumerator
 
current() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.EmptyRowEnumerator
 

D

deleteRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
DRIVER_NAME - 类 中的静态变量org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 

E

EmptyRowEnumerator - org.apache.shardingsphere.infra.federation.executor.common.row中的类
Empty row enumerator.
EmptyRowEnumerator() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.common.row.EmptyRowEnumerator
 
execute(ShardingSphereTable, ScanNodeExecutorContext) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.table.TranslatableTableScanExecutor
 
execute(ShardingSphereTable, ScanNodeExecutorContext) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.original.table.FilterableTableScanExecutor
 
executeQuery(DriverExecutionPrepareEngine<JDBCExecutionUnit, Connection>, JDBCExecutorCallback<? extends ExecuteResult>, FederationContext) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.AdvancedFederationExecutor
 
executeQuery(DriverExecutionPrepareEngine<JDBCExecutionUnit, Connection>, JDBCExecutorCallback<? extends ExecuteResult>, FederationContext) - 接口 中的方法org.apache.shardingsphere.infra.federation.executor.FederationExecutor
Execute query.
executeQuery(DriverExecutionPrepareEngine<JDBCExecutionUnit, Connection>, JDBCExecutorCallback<? extends ExecuteResult>, FederationContext) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 

F

FederationContext - org.apache.shardingsphere.infra.federation.executor中的类
Federation context.
FederationContext() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.FederationContext
 
FederationExecutor - org.apache.shardingsphere.infra.federation.executor中的接口
Federation executor.
FederationExecutorFactory - org.apache.shardingsphere.infra.federation.executor中的类
Federation executor factory.
FederationExecutorFactory() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.FederationExecutorFactory
 
FederationResultSet - org.apache.shardingsphere.infra.federation.executor.advanced.resultset中的类
Federation result set.
FederationResultSet(Enumerator<Object[]>, ShardingSphereSchema, AbstractSchema, SQLStatementContext<?>) - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
FederationResultSetMetaData - org.apache.shardingsphere.infra.federation.executor.advanced.resultset中的类
Federation result set meta data.
FederationResultSetMetaData() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
FilterableTableScanExecutor - org.apache.shardingsphere.infra.federation.executor.original.table中的类
Filterable table scan executor.
FilterableTableScanExecutor() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.original.table.FilterableTableScanExecutor
 
findColumn(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
first() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

G

get(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.CommonExecuteDataContext
 
getArray(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getArray(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getAsciiStream(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getAsciiStream(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBigDecimal(int, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBigDecimal(String, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBigDecimal(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBigDecimal(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBinaryStream(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBinaryStream(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBlob(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBlob(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBoolean(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBoolean(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getByte(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getByte(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBytes(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getBytes(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getCatalogName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getCharacterStream(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getCharacterStream(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getClob(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getClob(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getColumnClassName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnCount() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnDisplaySize(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnLabel(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnType(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getColumnTypeName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getConcurrency() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getCursorName() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getDate(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getDate(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getDate(int, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getDate(String, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getDouble(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getDouble(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getFetchDirection() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getFetchSize() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getFloat(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getFloat(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getHoldability() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getInt(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getInt(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getLong(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getLong(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getMetaData() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getNCharacterStream(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getNCharacterStream(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getNClob(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getNClob(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getNString(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getNString(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getObject(int, Class<T>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getObject(String, Class<T>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getObject(String, Map<String, Class<?>>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getObject(int, Map<String, Class<?>>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getObject(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getObject(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getPrecision(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getQueryProvider() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.CommonExecuteDataContext
 
getRef(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getRef(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getResultSet() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.AdvancedFederationExecutor
 
getResultSet() - 接口 中的方法org.apache.shardingsphere.infra.federation.executor.FederationExecutor
Get result set.
getResultSet() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 
getRootSchema() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.CommonExecuteDataContext
 
getRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getRowId(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getRowId(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
getScale(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getSchemaName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getShort(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getShort(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getSQLDialect(DatabaseType) - 类 中的静态方法org.apache.shardingsphere.infra.federation.executor.original.SQLDialectFactory
Get SQL dialect.
getSQLXML(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getSQLXML(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getStatement() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getString(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getString(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTableName(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
getTime(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTime(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTime(int, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTime(String, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTimestamp(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTimestamp(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTimestamp(int, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTimestamp(String, Calendar) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getType() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getTypeFactory() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.CommonExecuteDataContext
 
getUnicodeStream(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getUnicodeStream(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getURL(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getURL(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
getWarnings() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 

I

insertRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
isAfterLast() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
isAutoIncrement(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isBeforeFirst() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
isCaseSensitive(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isClosed() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
isCurrency(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isDefinitelyWritable(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isFirst() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
isLast() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
isNullable(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isReadOnly(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isSearchable(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isSigned(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 
isWrapperFor(Class<?>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.WrapperAdapter
 
isWritable(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSetMetaData
 

L

last() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

M

moveNext() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.CommonRowEnumerator
 
moveNext() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.EmptyRowEnumerator
 
moveToCurrentRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
moveToInsertRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

N

newInstance(String, String, OptimizerContext, ShardingSphereRuleMetaData, ConfigurationProperties, JDBCExecutor, EventBusContext) - 类 中的静态方法org.apache.shardingsphere.infra.federation.executor.FederationExecutorFactory
Create new instance of federation executor factory.
next() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 

O

org.apache.shardingsphere.infra.federation.executor - 程序包 org.apache.shardingsphere.infra.federation.executor
 
org.apache.shardingsphere.infra.federation.executor.advanced - 程序包 org.apache.shardingsphere.infra.federation.executor.advanced
 
org.apache.shardingsphere.infra.federation.executor.advanced.resultset - 程序包 org.apache.shardingsphere.infra.federation.executor.advanced.resultset
 
org.apache.shardingsphere.infra.federation.executor.advanced.table - 程序包 org.apache.shardingsphere.infra.federation.executor.advanced.table
 
org.apache.shardingsphere.infra.federation.executor.common - 程序包 org.apache.shardingsphere.infra.federation.executor.common
 
org.apache.shardingsphere.infra.federation.executor.common.row - 程序包 org.apache.shardingsphere.infra.federation.executor.common.row
 
org.apache.shardingsphere.infra.federation.executor.common.table - 程序包 org.apache.shardingsphere.infra.federation.executor.common.table
 
org.apache.shardingsphere.infra.federation.executor.original - 程序包 org.apache.shardingsphere.infra.federation.executor.original
 
org.apache.shardingsphere.infra.federation.executor.original.table - 程序包 org.apache.shardingsphere.infra.federation.executor.original.table
 
OriginalFederationExecutor - org.apache.shardingsphere.infra.federation.executor.original中的类
Original federation executor.
OriginalFederationExecutor() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.original.OriginalFederationExecutor
 

P

previous() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

R

refreshRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
relative(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
reset() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.CommonRowEnumerator
 
reset() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.common.row.EmptyRowEnumerator
 
rowDeleted() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
rowInserted() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
rowUpdated() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 

S

setFetchDirection(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
setFetchSize(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
SQLDialectFactory - org.apache.shardingsphere.infra.federation.executor.original中的类
SQL dialect factory.
SQLDialectFactory() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.original.SQLDialectFactory
 

T

TranslatableTableScanExecutor - org.apache.shardingsphere.infra.federation.executor.advanced.table中的类
Translatable table scan executor.
TranslatableTableScanExecutor() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.table.TranslatableTableScanExecutor
 

U

unwrap(Class<T>) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.WrapperAdapter
 
updateArray(int, Array) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateArray(String, Array) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateAsciiStream(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBigDecimal(int, BigDecimal) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBigDecimal(String, BigDecimal) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBinaryStream(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, Blob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, Blob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, InputStream) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(int, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBlob(String, InputStream, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBoolean(int, boolean) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBoolean(String, boolean) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateByte(int, byte) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateByte(String, byte) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBytes(int, byte[]) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateBytes(String, byte[]) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateCharacterStream(String, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Clob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Clob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateClob(String, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateDate(int, Date) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateDate(String, Date) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateDouble(int, double) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateDouble(String, double) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateFloat(int, float) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateFloat(String, float) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateInt(int, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateInt(String, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateLong(int, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateLong(String, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(int, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(String, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(int, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNCharacterStream(String, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, NClob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, NClob) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, Reader) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(int, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNClob(String, Reader, long) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNString(int, String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNString(String, String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNull(int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateNull(String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(int, Object) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(String, Object) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(int, Object, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateObject(String, Object, int) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateRef(int, Ref) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateRef(String, Ref) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateRow() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedOperationResultSet
 
updateRowId(int, RowId) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateRowId(String, RowId) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateShort(int, short) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateShort(String, short) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateSQLXML(int, SQLXML) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateSQLXML(String, SQLXML) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateString(int, String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateString(String, String) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateTime(int, Time) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateTime(String, Time) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateTimestamp(int, Timestamp) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 
updateTimestamp(String, Timestamp) - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.AbstractUnsupportedUpdateOperationResultSet
 

W

wasNull() - 类 中的方法org.apache.shardingsphere.infra.federation.executor.advanced.resultset.FederationResultSet
 
WrapperAdapter - org.apache.shardingsphere.infra.federation.executor.advanced.resultset中的类
Adapter for java.sql.Wrapper.
WrapperAdapter() - 类 的构造器org.apache.shardingsphere.infra.federation.executor.advanced.resultset.WrapperAdapter
 
A B C D E F G I L M N O P R S T U W 
跳过导航链接

Copyright © 2022 The Apache Software Foundation. All rights reserved.