protected static class JdbcBuilder.SqlEnvelope extends ProxySequence
Modifier | Constructor and Description |
---|---|
protected |
SqlEnvelope(CharSequence sql)
Default constructor
|
protected |
SqlEnvelope(CharSequence sql,
int columnOrder)
Column constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnOrder() |
boolean |
isColumn()
A column sign
|
charAt, length, subSequence, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
codePoints, chars
protected SqlEnvelope(@Nonnull CharSequence sql)
protected SqlEnvelope(@Nonnull CharSequence sql, int columnOrder)
sql
- columnOrder
- The first position have got zero.Copyright 2019-2022, Pavel Ponec