public class PgProc extends Object implements Table<PgProc.Row>
| Modifier and Type | Class and Description |
|---|---|
static class |
PgProc.Row |
| Modifier and Type | Method and Description |
|---|---|
PgProc.Row |
createRow()
Creates and instance of the row type of this table.
|
String |
getSQL(Version currentVersion)
Returns the SQL that is needed to load all rows of this table.
|
public static final PgProc INSTANCE
public String getSQL(Version currentVersion)
TablegetSQL in interface Table<PgProc.Row>currentVersion - Current version of the server that will execute itpublic PgProc.Row createRow()
TablecreateRow in interface Table<PgProc.Row>Copyright © 2013–2017 impossibl.com. All rights reserved.