|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbutler.util.BaseGroovyObjectSupport
butler.sql.metadata.Table
butler.sql.metadata.GeneratedTable
butler.ext.sequence.GeneratorTable
public class GeneratorTable
| Field Summary |
|---|
| Fields inherited from class butler.sql.metadata.Table |
|---|
_fks, _name, DUMMY |
| Constructor Summary | |
|---|---|
GeneratorTable(Schema schema)
|
|
| Method Summary | |
|---|---|
SequenceGenerator |
getSequenceGenerator()
|
Record |
newRecord()
Creates a new empty record. |
Column |
no()
|
Column |
tabname()
|
| Methods inherited from class butler.sql.metadata.GeneratedTable |
|---|
load, loadAll, loadFKs |
| Methods inherited from class butler.util.BaseGroovyObjectSupport |
|---|
getMetaClass, setMetaClass, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneratorTable(Schema schema)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public Column tabname()
throws java.lang.Exception
java.lang.Exception
public Column no()
throws java.lang.Exception
java.lang.Exceptionpublic Record newRecord()
Table
newRecord in class Tablepublic SequenceGenerator getSequenceGenerator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||