类 ResultSetMetaDataBase
java.lang.Object
com.alibaba.druid.util.jdbc.ResultSetMetaDataBase
- 所有已实现的接口:
ResultSetMetaData,Wrapper
- 直接已知子类:
MockResultSetMetaData
-
嵌套类概要
嵌套类 -
字段概要
从接口继承的字段 java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intfindColumn(String columnName) getCatalogName(int column) getColumn(int column) getColumnClassName(int column) intintgetColumnDisplaySize(int column) getColumnLabel(int column) getColumnName(int column) intgetColumnType(int column) getColumnTypeName(int column) intgetPrecision(int column) intgetScale(int column) getSchemaName(int column) getTableName(int column) booleanisAutoIncrement(int column) booleanisCaseSensitive(int column) booleanisCurrency(int column) booleanisDefinitelyWritable(int column) intisNullable(int column) booleanisReadOnly(int column) booleanisSearchable(int column) booleanisSigned(int column) booleanisWrapperFor(Class<?> iface) booleanisWritable(int column) <T> T
-
构造器详细资料
-
ResultSetMetaDataBase
public ResultSetMetaDataBase()
-
-
方法详细资料
-
getColumns
-
findColumn
- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-
getColumnCount
- 指定者:
getColumnCount在接口中ResultSetMetaData- 抛出:
SQLException
-
isAutoIncrement
- 指定者:
isAutoIncrement在接口中ResultSetMetaData- 抛出:
SQLException
-
isCaseSensitive
- 指定者:
isCaseSensitive在接口中ResultSetMetaData- 抛出:
SQLException
-
isSearchable
- 指定者:
isSearchable在接口中ResultSetMetaData- 抛出:
SQLException
-
isCurrency
- 指定者:
isCurrency在接口中ResultSetMetaData- 抛出:
SQLException
-
isNullable
- 指定者:
isNullable在接口中ResultSetMetaData- 抛出:
SQLException
-
isSigned
- 指定者:
isSigned在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnDisplaySize
- 指定者:
getColumnDisplaySize在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnLabel
- 指定者:
getColumnLabel在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumn
-
getColumnName
- 指定者:
getColumnName在接口中ResultSetMetaData- 抛出:
SQLException
-
getSchemaName
- 指定者:
getSchemaName在接口中ResultSetMetaData- 抛出:
SQLException
-
getPrecision
- 指定者:
getPrecision在接口中ResultSetMetaData- 抛出:
SQLException
-
getScale
- 指定者:
getScale在接口中ResultSetMetaData- 抛出:
SQLException
-
getTableName
- 指定者:
getTableName在接口中ResultSetMetaData- 抛出:
SQLException
-
getCatalogName
- 指定者:
getCatalogName在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnType
- 指定者:
getColumnType在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnTypeName
- 指定者:
getColumnTypeName在接口中ResultSetMetaData- 抛出:
SQLException
-
isReadOnly
- 指定者:
isReadOnly在接口中ResultSetMetaData- 抛出:
SQLException
-
isWritable
- 指定者:
isWritable在接口中ResultSetMetaData- 抛出:
SQLException
-
isDefinitelyWritable
- 指定者:
isDefinitelyWritable在接口中ResultSetMetaData- 抛出:
SQLException
-
getColumnClassName
- 指定者:
getColumnClassName在接口中ResultSetMetaData- 抛出:
SQLException
-