ResultSetMetaData

ldbc.sql.ResultSetMetaData
See theResultSetMetaData companion trait

Attributes

Companion
trait
Source
ResultSetMetaData.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val columnNoNulls: Int

The constant indicating that a column does not allow NULL values.

The constant indicating that a column does not allow NULL values.

Attributes

Source
ResultSetMetaData.scala
val columnNullable: Int

The constant indicating that a column allows NULL values.

The constant indicating that a column allows NULL values.

Attributes

Source
ResultSetMetaData.scala

The constant indicating that the nullability of a column's values is unknown.

The constant indicating that the nullability of a column's values is unknown.

Attributes

Source
ResultSetMetaData.scala