public class PicodataResultSetMetaData extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName(int column) |
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
protected org.postgresql.core.Field |
getField(int columnIndex)
Safely get field metadata from the list of fields.
|
int |
getPrecision(int column) |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
boolean |
isAutoIncrement(int column)
Picodata does not support auto increment fields.
|
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column)
Picodata does not support currency types for now.
|
boolean |
isDefinitelyWritable(int column) |
int |
isNullable(int column) |
boolean |
isReadOnly(int column) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int column) |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
isWritable(int column) |
<T> T |
unwrap(Class<T> iface) |
public int getColumnCount() throws SQLException
getColumnCount
in interface ResultSetMetaData
SQLException
public boolean isAutoIncrement(int column) throws SQLException
Picodata does not support auto increment fields.
isAutoIncrement
in interface ResultSetMetaData
column
- the first column is 1, the second is 2...SQLException
- if a database access error occurspublic boolean isCaseSensitive(int column) throws SQLException
isCaseSensitive
in interface ResultSetMetaData
column
- the first column is 1, the second is 2...SQLException
- if a database access error occurspublic boolean isSearchable(int column) throws SQLException
isSearchable
in interface ResultSetMetaData
SQLException
public boolean isCurrency(int column) throws SQLException
Picodata does not support currency types for now.
isCurrency
in interface ResultSetMetaData
column
- the first column is 1, the second is 2...SQLException
- if a database access error occurspublic int isNullable(int column) throws SQLException
isNullable
in interface ResultSetMetaData
SQLException
public boolean isSigned(int column) throws SQLException
isSigned
in interface ResultSetMetaData
SQLException
public int getColumnDisplaySize(int column) throws SQLException
getColumnDisplaySize
in interface ResultSetMetaData
SQLException
public String getColumnLabel(int column) throws SQLException
getColumnLabel
in interface ResultSetMetaData
SQLException
public String getColumnName(int column) throws SQLException
getColumnName
in interface ResultSetMetaData
SQLException
public String getSchemaName(int column) throws SQLException
getSchemaName
in interface ResultSetMetaData
SQLException
public int getPrecision(int column) throws SQLException
getPrecision
in interface ResultSetMetaData
SQLException
public int getScale(int column) throws SQLException
getScale
in interface ResultSetMetaData
SQLException
public String getTableName(int column) throws SQLException
getTableName
in interface ResultSetMetaData
SQLException
public String getCatalogName(int column) throws SQLException
getCatalogName
in interface ResultSetMetaData
SQLException
public int getColumnType(int column) throws SQLException
getColumnType
in interface ResultSetMetaData
SQLException
public String getColumnTypeName(int column) throws SQLException
getColumnTypeName
in interface ResultSetMetaData
SQLException
public String getColumnClassName(int column) throws SQLException
getColumnClassName
in interface ResultSetMetaData
SQLException
public boolean isReadOnly(int column) throws SQLException
isReadOnly
in interface ResultSetMetaData
SQLException
public boolean isWritable(int column) throws SQLException
isWritable
in interface ResultSetMetaData
SQLException
public boolean isDefinitelyWritable(int column) throws SQLException
isDefinitelyWritable
in interface ResultSetMetaData
SQLException
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap
in interface Wrapper
SQLException
protected org.postgresql.core.Field getField(int columnIndex) throws SQLException
columnIndex
- the first column is 1, the second is 2...SQLException
- if a database access error occursCopyright © 2025 Picodata. All rights reserved.