- All Superinterfaces:
ResultSetMetaData
,Wrapper
- All Known Implementing Classes:
FBResultSetMetaData
Firebird-specific extensions to the
ResultSetMetaData
interface.- Author:
- Roman Rokytskyy
-
Field Summary
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
-
Method Summary
Modifier and TypeMethodDescriptiongetTableAlias
(int column) Gets the designated column's table alias.Methods inherited from interface java.sql.ResultSetMetaData
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getTableAlias
Gets the designated column's table alias.- Parameters:
column
- the first column is 1, the second is 2, ...- Returns:
- table alias or "" if not applicable
- Throws:
SQLException
- if a database access error occurs
-