class SqlDatabaseColumn extends Object implements SqlMetaSimple
| Modifier and Type | Field and Description |
|---|---|
(package private) org.slf4j.Logger |
logger
The internal slf4j logger.
|
private String |
name
The name of a database column.
|
AND_PREFIX, CONST_PREFIX, IDENT_PREFIX, IDENT_SEPARATOR, lCONST_PREFIX, lIDENT_PREFIX, OR_PREFIX, SET_PREFIX, VALUES_PREFIX, WHERE_PREFIX| Constructor and Description |
|---|
SqlDatabaseColumn(String name)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SqlProcessResult |
process(SqlProcessContext ctx)
The main contract for a dynamic ANSI SQL Query generation.
|
final org.slf4j.Logger logger
private String name
SqlDatabaseColumn(String name)
name - the name of a database columnpublic SqlProcessResult process(SqlProcessContext ctx)
process in interface SqlMetaElementctx - the crate for all input parameters and the context of processingCopyright © 2017. All rights reserved.