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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcodePoints, charsprotected SqlEnvelope(@Nonnull CharSequence sql)
protected SqlEnvelope(@Nonnull CharSequence sql, int columnOrder)
sql - columnOrder - The first position have got zero.Copyright 2019-2022, Pavel Ponec