public class TableDef extends Object implements Serializable
private String
schema
tableName
TableDef(String tableName)
TableDef(String schema, String tableName)
QueryTable
as(String alias)
String
getSchema()
getTableName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String schema
private final String tableName
public TableDef(String schema, String tableName)
public TableDef(String tableName)
public String getTableName()
public String getSchema()
public QueryTable as(String alias)
Copyright © 2023. All rights reserved.