PostgreSQLResultSetMetaData
classin packageklyn.databases.sql.postgresql
public class PostgreSQLResultSetMetaData implements ResultSetMetaData:
PostgreSQLResultSetMetaData
All Implemented Interfaces: ResultSetMetaData

PostgreSQL result-set metadata.

metadata = rows.metadata
print(metadata.columnName(1))
Properties
Modifier and Type Member Description
public readonly property columnCount
columnCount as Int:
No summary.
Inherited Properties
propertyInherited Properties from ResultSetMetaData: columnCount
Constructors
Modifier and Type Member Description
public PostgreSQLResultSetMetaData No summary.
Methods
Modifier and Type Member Description
public autoIncrement
autoIncrement(index as Int) as Boolean throws SQLException:
No summary.
public caseSensitive
caseSensitive(index as Int) as Boolean throws SQLException:
No summary.
public catalogName
catalogName(index as Int) as String throws SQLException:
No summary.
public columnClassName
columnClassName(index as Int) as String throws SQLException:
No summary.
public columnLabel
columnLabel(index as Int) as String throws SQLException:
No summary.
public columnName
columnName(index as Int) as String throws SQLException:
No summary.
public columnType
columnType(index as Int) as Int throws SQLException:
No summary.
public columnTypeName
columnTypeName(index as Int) as String throws SQLException:
No summary.
public definitelyWritable
definitelyWritable(index as Int) as Boolean throws SQLException:
No summary.
public displaySize
displaySize(index as Int) as Int throws SQLException:
No summary.
public nullability
nullability(index as Int) as Nullability throws SQLException:
No summary.
public precision
precision(index as Int) as Int throws SQLException:
No summary.
public readOnly
readOnly(index as Int) as Boolean throws SQLException:
No summary.
public scale
scale(index as Int) as Int throws SQLException:
No summary.
public schemaName
schemaName(index as Int) as String throws SQLException:
No summary.
public searchable
searchable(index as Int) as Boolean throws SQLException:
No summary.
public signed
signed(index as Int) as Boolean throws SQLException:
No summary.
public tableName
tableName(index as Int) as String throws SQLException:
No summary.
public writable
writable(index as Int) as Boolean throws SQLException:
No summary.
Inherited Methods
methodInherited Methods from ResultSetMetaData: autoIncrement, caseSensitive, catalogName, columnClassName, columnLabel, columnName, columnType, columnTypeName, definitelyWritable, displaySize, nullability, precision, readOnly, scale, schemaName, searchable, signed, tableName, writable