public class SQLTable extends Object
Modifier and Type | Field and Description |
---|---|
protected DatastoreIdentifier |
alias |
protected String |
groupName |
protected SQLStatement |
stmt |
protected Table |
table |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DatastoreIdentifier |
getAlias() |
String |
getGroupName() |
SQLStatement |
getSQLStatement() |
Table |
getTable() |
int |
hashCode() |
String |
toString()
Stringifier method to return this "table" in a form for use in SQL statements.
|
protected SQLStatement stmt
protected Table table
protected DatastoreIdentifier alias
protected String groupName
public SQLStatement getSQLStatement()
public Table getTable()
public DatastoreIdentifier getAlias()
public String getGroupName()
Copyright © 2017. All rights reserved.