MariaDbResultSetMetaData
classin packageklyn.databases.sql.mariadb
public class MariaDbResultSetMetaData implements ResultSetMetaData:
MariaDbResultSetMetaData
All Implemented Interfaces: ResultSetMetaData
MariaDB result-set metadata implementation.
import klyn.databases.sql
import klyn.databases.sql.mariadb

metadata = MariaDbResultSet.empty().metadata
print(metadata.columnCount)
Properties
Modifier and Type Member Description
public readonly property columnCount
columnCount as Int:
No summary.
Properties inherited from ResultSetMetaData: columnCount
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 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.
Methods inherited from ResultSetMetaData: autoIncrement, caseSensitive, catalogName, columnClassName, columnLabel, columnName, columnType, columnTypeName, definitelyWritable, displaySize, nullability, precision, readOnly, scale, schemaName, searchable, signed, tableName, writable