public interface SQLType extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static SQLType |
create(int type)
Create a new
SQLType. |
static SQLType |
create(int type,
String name)
Create a new
SQLType. |
Optional<String> |
getName()
Get the optional type name.
|
int |
getType()
Get the SQL type id.
|
Copyright © 2019 The Holon Platform. All rights reserved.