Companion

object Companion

Functions

Link copied to clipboard
fun createBigInt(name: String, alias: String): Field

Creates a new FieldType.Int64 field object with the following parameters. Use this method to create a field. The field will be editable and nullable.

Link copied to clipboard
fun createDateOnly(name: String, alias: String): Field

Creates a new FieldType.DateOnly field object with the following parameters. Use this method to create a field. The field will be editable and nullable.

Link copied to clipboard
fun createTimeOnly(name: String, alias: String): Field

Creates a new FieldType.TimeOnly field object with the following parameters. Use this method to create a field. The field will be editable and nullable.

Link copied to clipboard

Creates a new FieldType.TimestampOffset field object with the following parameters. Use this method to create a field. The field will be editable and nullable.

Link copied to clipboard

Populates the data members of this object from a JSON string.