butler.ext.log
Class OperationTable

java.lang.Object
  extended by butler.util.BaseGroovyObjectSupport
      extended by butler.sql.metadata.Table
          extended by butler.sql.metadata.GeneratedTable
              extended by butler.ext.log.OperationTable
All Implemented Interfaces:
groovy.lang.GroovyObject

public class OperationTable
extends GeneratedTable

Author:
Fredrik Bertilsson

Field Summary
 
Fields inherited from class butler.sql.metadata.Table
_fks, _name, DUMMY
 
Constructor Summary
OperationTable(Schema schema)
           
 
Method Summary
 Record newRecord()
          Creates a new empty record.
 Column operationid()
           
 Column tablename()
           
 Column transid()
           
 Column type()
           
 
Methods inherited from class butler.sql.metadata.GeneratedTable
load, loadAll, loadFKs
 
Methods inherited from class butler.sql.metadata.Table
addForeignKey, addIndex, addRecord, addRecordListener, addRelation, copy, create, createColumn, createColumn, createColumn, createColumn, createColumn, createColumn, createDeleteQuery, createQuery, createRecord, drop, equals, equals, exists, findAll, findByPK, findByPK, findByPK0, findByPKIfExists, findByPKIfExists, getAuthorizator, getCaption, getColumn, getColumns, getDatabase, getDataColumns, getExportedForeignKeys, getForeignKey, getForeignKey, getForeignKeyNames, getForeignKeys, getImportedForeignKeys, getIndex, getIndexes, getLocalizedCaption, getLogicalColumns, getName, getPath, getPhysicalColumns, getPhysicalName, getPrimaryKeyColumns, getProperty, getQualifiedName, getQuery, getRecordComparator, getRecordListeners, getRelation, getSchema, getTable, getTable, getValidator, hashCode, invokeMethod, isDummy, registerColumn, registerQuery, setAuthorizator, setRecordComparator, setSchema, setValidator, toXML, unload, upgrade
 
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

OperationTable

public OperationTable(Schema schema)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

transid

public Column transid()
               throws java.lang.Exception
Throws:
java.lang.Exception

operationid

public Column operationid()
                   throws java.lang.Exception
Throws:
java.lang.Exception

tablename

public Column tablename()
                 throws java.lang.Exception
Throws:
java.lang.Exception

type

public Column type()
            throws java.lang.Exception
Throws:
java.lang.Exception

newRecord

public Record newRecord()
Description copied from class: Table
Creates a new empty record.

Overrides:
newRecord in class Table