public class MariaDbResultSetMetaData implements ResultSetMetaData:
import klyn.databases.sql import klyn.databases.sql.mariadb metadata = MariaDbResultSet.empty().metadata print(metadata.columnCount)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | columnCountcolumnCount as Int: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | autoIncrementautoIncrement(index as Int) as Boolean throws SQLException: |
No summary. |
| public | caseSensitivecaseSensitive(index as Int) as Boolean throws SQLException: |
No summary. |
| public | catalogNamecatalogName(index as Int) as String throws SQLException: |
No summary. |
| public | columnLabelcolumnLabel(index as Int) as String throws SQLException: |
No summary. |
| public | columnNamecolumnName(index as Int) as String throws SQLException: |
No summary. |
| public | columnTypecolumnType(index as Int) as Int throws SQLException: |
No summary. |
| public | columnTypeNamecolumnTypeName(index as Int) as String throws SQLException: |
No summary. |
| public | definitelyWritabledefinitelyWritable(index as Int) as Boolean throws SQLException: |
No summary. |
| public | displaySizedisplaySize(index as Int) as Int throws SQLException: |
No summary. |
| public | nullabilitynullability(index as Int) as Nullability throws SQLException: |
No summary. |
| public | precisionprecision(index as Int) as Int throws SQLException: |
No summary. |
| public | readOnlyreadOnly(index as Int) as Boolean throws SQLException: |
No summary. |
| public | scalescale(index as Int) as Int throws SQLException: |
No summary. |
| public | schemaNameschemaName(index as Int) as String throws SQLException: |
No summary. |
| public | searchablesearchable(index as Int) as Boolean throws SQLException: |
No summary. |
| public | signedsigned(index as Int) as Boolean throws SQLException: |
No summary. |
| public | tableNametableName(index as Int) as String throws SQLException: |
No summary. |
| public | writablewritable(index as Int) as Boolean throws SQLException: |
No summary. |