public final class SQLImpl extends Object implements SQL, Serializable, Sizeable
Constructor and Description |
---|
SQLImpl(String strSQL)
Constructor only with SQL String
|
SQLImpl(String strSQL,
SQLItem[] items)
Constructor with SQL String and SQL Items
|
Modifier and Type | Method and Description |
---|---|
void |
addItems(SQLItem item) |
SQL |
duplicate() |
static SQL |
duplicate(SQL sql) |
SQLItem[] |
getItems() |
int |
getPosition() |
String |
getSQLString() |
void |
setPosition(int position) |
void |
setSQLString(String strSQL) |
long |
sizeOf()
return the size of the object
|
String |
toHashString() |
String |
toString() |
public SQLImpl(String strSQL)
strSQL
- SQL Stringpublic int getPosition()
getPosition
in interface SQL
public void setPosition(int position)
setPosition
in interface SQL
position
- The position to set.public String getSQLString()
getSQLString
in interface SQL
public void setSQLString(String strSQL)
setSQLString
in interface SQL
strSQL
- sets the SQL Stringpublic String toHashString()
toHashString
in interface SQL
public long sizeOf()
Sizeable
Copyright © 2015 Lucee