| Package | Description |
|---|---|
| com.github.quintans.ezSQL.db | |
| com.github.quintans.ezSQL.driver | |
| com.github.quintans.ezSQL.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected NullSql |
Column.type |
| Modifier and Type | Method and Description |
|---|---|
NullSql |
Column.getType() |
static NullSql |
NullSql.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullSql[] |
NullSql.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Column<T> |
Table.COLUMN(String name,
NullSql type) |
| Constructor and Description |
|---|
Column(String column,
NullSql type)
Creates a column of a table
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PostgreSQLDriver.fromNull(NullSql type) |
Object |
GenericDriver.fromNull(NullSql type) |
Object |
Driver.fromNull(NullSql o)
Override this to implement specific null settings, if any.
|
| Constructor and Description |
|---|
AbstractNullPreparedStatementCallback(NullSql type) |
Copyright © 2019. All rights reserved.