类 DatabendResultSetMetaData
java.lang.Object
com.databend.jdbc.DatabendResultSetMetaData
- 所有已实现的接口:
ResultSetMetaData,Wrapper
-
字段概要
从接口继承的字段 java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown -
方法概要
修饰符和类型方法说明getCatalogName(int i) getColumnClassName(int i) intintgetColumnDisplaySize(int i) getColumnLabel(int i) getColumnName(int i) intgetColumnType(int i) getColumnTypeName(int i) intgetPrecision(int i) intgetScale(int i) getSchemaName(int i) getTableName(int i) booleanisAutoIncrement(int i) booleanisCaseSensitive(int i) booleanisCurrency(int i) booleanisDefinitelyWritable(int i) intisNullable(int i) booleanisReadOnly(int i) booleanisSearchable(int i) booleanisSigned(int i) booleanisWrapperFor(Class<?> aClass) booleanisWritable(int i) <T> T
-
方法详细资料
-
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
-
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
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-