BufferItempublic class SQLTokener extends Tokener
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
FLAG_CREATE |
|
static byte |
FLAG_DROP |
|
static byte |
FLAG_NONE |
|
static java.lang.String |
TABLE_FLAT |
|
static java.lang.String |
TABLE_PRIVOTISIERUNG |
QUOTES, SPACE| Constructor | Description |
|---|---|
SQLTokener(SQLStatement connection) |
|
SQLTokener(SQLStatement connection,
java.lang.String stragety) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
close() |
|
java.sql.Connection |
connect(SQLStatement connect) |
|
boolean |
disconnect(java.sql.Connection connection) |
|
SQLStatementList |
encode(GraphList model) |
|
SQLStatementList |
encode(java.lang.Object entity,
MapEntity map) |
|
boolean |
executeStatements(SQLStatementList statements) |
|
boolean |
executeStatements(SQLStatementList statements,
SimpleList<SQLTable> results,
boolean dynamicTable) |
|
java.sql.Connection |
getConnection() |
|
byte |
getFlag() |
|
SQLStatementList |
update(java.lang.Object entity,
java.lang.String id,
java.lang.String property,
java.lang.Object newValue) |
|
boolean |
validateStatements(SQLStatementList result,
SimpleList<SQLTable> results) |
|
SQLTokener |
withConnection(java.sql.Connection connection) |
|
SQLTokener |
withFlag(byte flag) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarray, checkValues, createLink, getByte, getChar, getCreator, getCreatorClass, getCurrentChar, getId, getKey, getMap, getObject, getString, getStringList, isChild, isEmpty, isEnd, isError, length, newInstance, newInstanceList, nextClean, nextString, nextString, nextString, nextToken, nextValue, notify, parseToEntity, parseToEntity, position, remaining, skip, skip, skipChar, skipTo, skipTo, splitStrings, transformValue, withBuffer, withBuffer, withLookAHead, withLookAHead, withMappublic static java.lang.String TABLE_FLAT
public static java.lang.String TABLE_PRIVOTISIERUNG
public static final byte FLAG_NONE
public static final byte FLAG_CREATE
public static final byte FLAG_DROP
public SQLTokener(SQLStatement connection)
public SQLTokener(SQLStatement connection, java.lang.String stragety)
public SQLStatementList encode(GraphList model)
public boolean executeStatements(SQLStatementList statements)
public boolean executeStatements(SQLStatementList statements, SimpleList<SQLTable> results, boolean dynamicTable)
public boolean disconnect(java.sql.Connection connection)
public boolean close()
public java.sql.Connection connect(SQLStatement connect)
public SQLTokener withConnection(java.sql.Connection connection)
public java.sql.Connection getConnection()
public SQLStatementList encode(java.lang.Object entity, MapEntity map)
public SQLStatementList update(java.lang.Object entity, java.lang.String id, java.lang.String property, java.lang.Object newValue)
public boolean validateStatements(SQLStatementList result, SimpleList<SQLTable> results)
public byte getFlag()
public SQLTokener withFlag(byte flag)
flag - the flag to set