Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.exceptions | |
com.xdev.jadoth.sqlengine.internal |
Modifier and Type | Method and Description |
---|---|
static <T extends SqlTable> |
SQL.create(Class<T> tableClass,
String alias)
Creates the.
|
static <T extends SqlDdlTable> |
SQL.initializeFor(DatabaseGateway<?> dbc,
Class<T> tableClass,
String alias)
Initialize for.
|
static <T extends SqlDdlTable> |
SQL.initializeInDb(Class<T> tableClass,
String alias)
Initialize in db.
|
Modifier and Type | Class and Description |
---|---|
class |
InsertOrUpdateNotSupportedException
The Class InsertOrUpdateNotSupportedException.
|
class |
SQLEngineMissingFromClauseException
The Class SQLEngineMissingFromClauseException.
|
class |
SQLUnparseableDateStringException
The Class SQLUnparseableDateStringException.
|
Modifier and Type | Method and Description |
---|---|
static SqlColumn |
SqlColumn.createSqlColumn(String expression)
Creates the sql column.
|
Copyright © 2003–2022 XDEV Software. All rights reserved.