public class DefaultSQLType extends Object implements SQLType
SQLType implementation.| Constructor and Description |
|---|
DefaultSQLType(int type,
String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getName()
Get the optional type name.
|
int |
getType()
Get the SQL type id.
|
String |
toString() |
public DefaultSQLType(int type,
String name)
type - Type idname - Optional type nameCopyright © 2019 The Holon Platform. All rights reserved.