public class SQLTokener extends Tokener
| Modifier and Type | Field and Description |
|---|---|
static byte |
FLAG_CREATE |
static byte |
FLAG_DROP |
static byte |
FLAG_NONE |
static java.lang.String |
ID |
SPACE| Constructor and Description |
|---|
SQLTokener(SQLStatement connection) |
| Modifier and Type | Method and Description |
|---|---|
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) |
byte |
getFlag() |
boolean |
validateStatements(SQLStatementList result,
SimpleList<SQLTable> results) |
SQLTokener |
withFlag(byte flag) |
array, checkValues, createLink, getByte, getChar, getCreator, getCreatorClass, getCurrentChar, getId, getKey, getMap, getObject, getString, getStringList, isChild, isEmpty, isEnd, isError, length, newInstance, newInstanceList, nextClean, nextString, nextString, nextToken, nextValue, notify, parseToEntity, parseToEntity, position, remaining, skip, skip, skipChar, skipTo, skipTo, splitStrings, transformValue, withBuffer, withBuffer, withLookAHead, withLookAHead, withMappublic static final java.lang.String ID
public static final byte FLAG_NONE
public static final byte FLAG_CREATE
public static final byte FLAG_DROP
public SQLTokener(SQLStatement connection)
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 java.sql.Connection connect(SQLStatement connect)
public SQLStatementList encode(java.lang.Object entity, MapEntity map)
public boolean validateStatements(SQLStatementList result, SimpleList<SQLTable> results)
public byte getFlag()
public SQLTokener withFlag(byte flag)
flag - the flag to set