public class RowSqlType
extends java.lang.Object
Row with SQL types.
 Limited SQL types are supported now, visit data types for more details.
SQL types are represented by instances of SqlTypeCoder, see SqlTypeCoders.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RowSqlType.Builder
Builder class to construct  
RowType. | 
| Constructor and Description | 
|---|
RowSqlType()  | 
| Modifier and Type | Method and Description | 
|---|---|
static RowSqlType.Builder | 
builder()  | 
public static RowSqlType.Builder builder()