public interface SqlTreeNode
Modifier and Type | Field and Description |
---|---|
static String |
COMMA |
static int |
NORMAL |
static String |
PERIOD |
static int |
READONLY |
static int |
SHARED |
Modifier and Type | Method and Description |
---|---|
void |
appendFrom(DbSqlContext ctx,
boolean forceOuterJoin)
Append to the FROM part of the sql.
|
void |
appendSelect(DbSqlContext ctx,
boolean subQuery)
Append the required column information to the SELECT part of the sql
statement.
|
void |
appendWhere(DbSqlContext ctx)
Append any where predicates for inheritance.
|
void |
buildSelectExpressionChain(List<String> selectChain) |
void |
load(DbReadContext ctx,
Object parentBean)
Load the appropriate information from the SqlSelectReader.
|
static final String PERIOD
static final String COMMA
static final int NORMAL
static final int SHARED
static final int READONLY
void appendSelect(DbSqlContext ctx, boolean subQuery)
void appendFrom(DbSqlContext ctx, boolean forceOuterJoin)
void appendWhere(DbSqlContext ctx)
void load(DbReadContext ctx, Object parentBean) throws SQLException
At a high level this actually controls the reading of the data from the jdbc resultSet and putting it into the bean etc.
SQLException
Copyright © 2015. All Rights Reserved.