public class TableRefBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
TableRefBuilder |
absTable(String tableName)
Set the table name absolute
|
TableRefBuilder |
absTable(Table table)
Set the table
|
TableRef |
build() |
TableRefBuilder |
file(File file)
Set the file name
|
TableRefBuilder |
file(String filename)
Set the file name
|
TableRefBuilder |
table(String tableName)
Set the table name relative
|
TableRefBuilder |
table(Table table)
Set the table name
|
public TableRefBuilder absTable(String tableName)
tableName - the name of the tablepublic TableRefBuilder table(String tableName)
tableName - the name of the tablepublic TableRefBuilder table(Table table)
table - the tablepublic TableRefBuilder absTable(Table table)
table - the tablepublic TableRefBuilder file(String filename)
filename - the name of the filepublic TableRefBuilder file(File file)
file - the name of the filepublic TableRef build()
Copyright © 2016–2021. All rights reserved.