public interface FirebirdResultSetMetaData
extends java.sql.ResultSetMetaData
ResultSetMetaData interface.| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getTableAlias(int column)Gets the designated column's table alias. | 
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritablejava.lang.String getTableAlias(int column)
                               throws java.sql.SQLException
column - the first column is 1, the second is 2, ...java.sql.SQLException - if a database access error occursCopyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.