public class PgAttribute extends Object implements Table<PgAttribute.Row>
Modifier and Type | Class and Description |
---|---|
static class |
PgAttribute.Row |
Modifier and Type | Field and Description |
---|---|
static PgAttribute |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
PgAttribute.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 PgAttribute INSTANCE
public String getSQL(Version currentVersion)
Table
getSQL
in interface Table<PgAttribute.Row>
currentVersion
- Current version of the server that will execute itpublic PgAttribute.Row createRow()
Table
createRow
in interface Table<PgAttribute.Row>
Copyright © 2013–2017 impossibl.com. All rights reserved.