| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T,E> StringColumn<T,E> |
SQL.buildStringColumn(String name,
SQLType<T,E> type,
boolean allowNull,
T defValue)
Create a new SQL column that can be use for creating a SQL table.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E> StringColumn<T,E> |
SQLFactory.buildStringColumn(String name,
SQLType<T,E> type,
boolean allowNull,
T defValue) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.