Index

Package: org.mesopotamia.sql

Class MesopotamiaEngine

Methods
MethodDescription
public void <init>( biz.hammurapi.sql.SQLProcessor processor ) Constructor
public int deleteErrorMessage( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.ERROR_MESSAGE
public int deleteErrorMessage( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.ERROR_MESSAGE
public int deleteErrorMessageByScan( Integer ScanId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public int deleteErrorMessageBySourceUnit( Integer SourceUnitId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public int deleteGlobalParameter( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.GLOBAL_PARAMETER
public int deleteGlobalParameter( String Name )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.GLOBAL_PARAMETER
public int deleteLanguage( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LANGUAGE
public int deleteLanguage( String Name, String Version )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LANGUAGE
public int deleteLanguageElementClass( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public int deleteLanguageElementClass( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public int deleteLanguageElementClassByTokenType( int TokenTypeId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public int deleteLanguageElementRequiredLevel( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public int deleteLanguageElementRequiredLevel( int LevelId, int TokenTypeId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public int deleteLanguageElementRequiredLevelByLevel( int LevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public int deleteLoader( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LOADER
public int deleteLoader( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LOADER
public int deleteLoaderByLanguage( String Language, String LanguageVersion )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public int deleteLoaderDependency( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LOADER_DEPENDENCY
public int deleteLoaderDependency( int DependentLevelId, int DependsOnLevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LOADER_DEPENDENCY
public int deleteLoaderDependencyByDependentLevel( int DependentLevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public int deleteLoaderDependencyByDependsOnLevel( int DependsOnLevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public int deleteLoaderLanguageLevelEQ( String Language, String LanguageVersion, String Level )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes row(s) with equal index value(s): LANGUAGE, LANGUAGE_VERSION, LEVEL
public int deleteLoadLevel( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.LOAD_LEVEL
public int deleteLoadLevel( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.LOAD_LEVEL
public int deleteLoadLevelByErrorMessage( Integer MessageId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public int deleteLoadLevelByLevel( int LevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public int deleteLoadLevelByScan( Integer ScanId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public int deleteLoadLevelBySourceUnit( int SourceUnitId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public int deleteNamespace( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.NAMESPACE
public int deleteNamespace( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.NAMESPACE
public int deleteNamespaceByRepository( int Repository )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public int deleteOrphanSourceUnits( int p1 )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows.
public int deleteRepository( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.REPOSITORY
public int deleteRepository( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.REPOSITORY
public int deleteScan( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.SCAN
public int deleteScan( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.SCAN
public int deleteScanByRepository( int Repository )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public int deleteSourceUnit( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.SOURCE_UNIT
public int deleteSourceUnit( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.SOURCE_UNIT
public int deleteSourceUnitByLanguage( String Language, String LanguageVersion )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public int deleteSourceUnitByNamespace( Integer NamespaceId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public int deleteSourceUnitByPrevRevision( Integer PrevRevision )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public int deleteSourceUnitByRepository( int RepositoryId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public int deleteSourceUnitClass( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.SOURCE_UNIT_CLASS
public int deleteSourceUnitClass( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.SOURCE_UNIT_CLASS
public int deleteSourceUnitClassByLanguage( String Language, String LanguageVersion )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public int deleteSourceUnitRequiredLevel( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public int deleteSourceUnitRequiredLevel( int LevelId, int SourceUnitClassId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public int deleteSourceUnitRequiredLevelByClass( int SourceUnitClassId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public int deleteSourceUnitRequiredLevelByLoader( int LevelId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public int deleteSourceUnitScan( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.SOURCE_UNIT_SCAN
public int deleteSourceUnitScan( int ScanId, int SourceUnitId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.SOURCE_UNIT_SCAN
public int deleteSourceUnitScanByScan( int ScanId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public int deleteSourceUnitScanBySourceUnit( int SourceUnitId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public int deleteTokenType( )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes all or by criteria records from MESOPOTAMIA.TOKEN_TYPE
public int deleteTokenType( int Id )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes by primary key from MESOPOTAMIA.TOKEN_TYPE
public int deleteTokenTypeByLanguage( String Language, String LanguageVersion )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Deletes rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getErrorMessage( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public Iterable getErrorMessage( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public Iterable getErrorMessage( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public java.util.Collection getErrorMessage( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public java.util.Collection getErrorMessage( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public java.util.Collection getErrorMessage( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public ErrorMessage getErrorMessage( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.ERROR_MESSAGE
public Object getErrorMessage( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.ERROR_MESSAGE
public Iterable getErrorMessageByScan( Integer ScanId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getErrorMessageByScan( Integer ScanId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getErrorMessageByScan( Integer ScanId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getErrorMessageByScan( Integer ScanId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getErrorMessageByScan( Integer ScanId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getErrorMessageByScan( Integer ScanId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getErrorMessageBySourceUnit( Integer SourceUnitId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getErrorMessageBySourceUnit( Integer SourceUnitId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getErrorMessageBySourceUnit( Integer SourceUnitId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.ErrorMessage. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getErrorMessageBySourceUnit( Integer SourceUnitId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getErrorMessageBySourceUnit( Integer SourceUnitId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getErrorMessageBySourceUnit( Integer SourceUnitId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.ErrorMessage and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public SourceUnit getExistingSourceUnit( int p1, long p2, String p3, String p4 )  throws java.sql.SQLExceptionExecutes query and returns single object.
public Object getExistingSourceUnit( int p1, long p2, String p3, String p4, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type.
public Iterable getGlobalParameter( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.GlobalParameter. Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public Iterable getGlobalParameter( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.GlobalParameter. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public Iterable getGlobalParameter( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.GlobalParameter. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public java.util.Collection getGlobalParameter( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.GlobalParameter and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public java.util.Collection getGlobalParameter( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.GlobalParameter and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public java.util.Collection getGlobalParameter( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.GlobalParameter and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public GlobalParameter getGlobalParameter( String Name )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.GLOBAL_PARAMETER
public Object getGlobalParameter( String Name, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.GLOBAL_PARAMETER
public Iterable getLanguage( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Language. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public Iterable getLanguage( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Language. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public Iterable getLanguage( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Language. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public java.util.Collection getLanguage( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Language and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public java.util.Collection getLanguage( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Language and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public java.util.Collection getLanguage( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Language and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public Language getLanguage( String Name, String Version )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LANGUAGE
public Object getLanguage( String Name, String Version, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LANGUAGE
public Iterable getLanguageElementClass( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public Iterable getLanguageElementClass( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public Iterable getLanguageElementClass( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public java.util.Collection getLanguageElementClass( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public java.util.Collection getLanguageElementClass( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public java.util.Collection getLanguageElementClass( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public LanguageElementClass getLanguageElementClass( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public Object getLanguageElementClass( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public Iterable getLanguageElementClassByTokenType( int TokenTypeId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public Iterable getLanguageElementClassByTokenType( int TokenTypeId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public Iterable getLanguageElementClassByTokenType( int TokenTypeId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementClass. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public java.util.Collection getLanguageElementClassByTokenType( int TokenTypeId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public java.util.Collection getLanguageElementClassByTokenType( int TokenTypeId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public java.util.Collection getLanguageElementClassByTokenType( int TokenTypeId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementClass and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public Iterable getLanguageElementClassRequiredLevels( int p1 ) Executes query, returns database backed iterable with elements of type of the first column.
public Iterable getLanguageElementClassRequiredLevels( int p1, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type of the first column. If converter is not null then it converts elements.
public Iterable getLanguageElementClassRequiredLevels( int p1, Class targetClass ) Executes query, returns database backed iterable with elements of type of the first column. If target class is not null then elements are instances of target class created from the first column values.
public java.util.Collection getLanguageElementClassRequiredLevels( int p1, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection.
public java.util.Collection getLanguageElementClassRequiredLevels( int p1, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. Elements get converted by the converter if it is not null.
public java.util.Collection getLanguageElementClassRequiredLevels( int p1, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. If target class is not null instances of target class are instantiated from first column values
public Iterable getLanguageElementRequiredLevel( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public Iterable getLanguageElementRequiredLevel( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public Iterable getLanguageElementRequiredLevel( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public java.util.Collection getLanguageElementRequiredLevel( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public java.util.Collection getLanguageElementRequiredLevel( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public java.util.Collection getLanguageElementRequiredLevel( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public LanguageElementRequiredLevel getLanguageElementRequiredLevel( int LevelId, int TokenTypeId )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public Object getLanguageElementRequiredLevel( int LevelId, int TokenTypeId, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public Iterable getLanguageElementRequiredLevelByLevel( int LevelId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLanguageElementRequiredLevelByLevel( int LevelId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLanguageElementRequiredLevelByLevel( int LevelId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLanguageElementRequiredLevelByLevel( int LevelId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLanguageElementRequiredLevelByLevel( int LevelId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLanguageElementRequiredLevelByLevel( int LevelId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LanguageElementRequiredLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLoader( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. Selects all or by criteria rows from MESOPOTAMIA.LOADER
public Iterable getLoader( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LOADER
public Iterable getLoader( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LOADER
public java.util.Collection getLoader( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LOADER
public java.util.Collection getLoader( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LOADER
public java.util.Collection getLoader( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LOADER
public Loader getLoader( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LOADER
public Object getLoader( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LOADER
public Iterable getLoaderByLanguage( String Language, String LanguageVersion ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getLoaderByLanguage( String Language, String LanguageVersion, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getLoaderByLanguage( String Language, String LanguageVersion, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Loader. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getLoaderByLanguage( String Language, String LanguageVersion, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getLoaderByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getLoaderByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Loader and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getLoaderDependency( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public Iterable getLoaderDependency( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public Iterable getLoaderDependency( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public java.util.Collection getLoaderDependency( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public java.util.Collection getLoaderDependency( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public java.util.Collection getLoaderDependency( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public LoaderDependency getLoaderDependency( int DependentLevelId, int DependsOnLevelId )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LOADER_DEPENDENCY
public Object getLoaderDependency( int DependentLevelId, int DependsOnLevelId, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LOADER_DEPENDENCY
public Iterable getLoaderDependencyByDependentLevel( int DependentLevelId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public Iterable getLoaderDependencyByDependentLevel( int DependentLevelId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public Iterable getLoaderDependencyByDependentLevel( int DependentLevelId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependentLevel( int DependentLevelId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependentLevel( int DependentLevelId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependentLevel( int DependentLevelId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public Iterable getLoaderDependencyByDependsOnLevel( int DependsOnLevelId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public Iterable getLoaderDependencyByDependsOnLevel( int DependsOnLevelId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public Iterable getLoaderDependencyByDependsOnLevel( int DependsOnLevelId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoaderDependency. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependsOnLevel( int DependsOnLevelId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependsOnLevel( int DependsOnLevelId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public java.util.Collection getLoaderDependencyByDependsOnLevel( int DependsOnLevelId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoaderDependency and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public Loader getLoaderLanguageLevelEQ( String Language, String LanguageVersion, String Level )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects row(s) with equal index value(s): LANGUAGE, LANGUAGE_VERSION, LEVEL
public Object getLoaderLanguageLevelEQ( String Language, String LanguageVersion, String Level, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects row(s) with equal index value(s): LANGUAGE, LANGUAGE_VERSION, LEVEL
public Iterable getLoadError( int p1, int p2 ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError.
public Iterable getLoadError( int p1, int p2, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError. If converter is not null then elements will be results of conversion.
public Iterable getLoadError( int p1, int p2, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError. If targetClass is not null then elements will be of targetClass type
public java.util.Collection getLoadError( int p1, int p2, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection.
public java.util.Collection getLoadError( int p1, int p2, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection. If converter is not null then elements will be results of conversion.
public java.util.Collection getLoadError( int p1, int p2, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection. If targetClass is not null then elements will be of targetClass type.
public Iterable getLoadLevel( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public Iterable getLoadLevel( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public Iterable getLoadLevel( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public java.util.Collection getLoadLevel( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public java.util.Collection getLoadLevel( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public java.util.Collection getLoadLevel( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public LoadLevel getLoadLevel( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.LOAD_LEVEL
public Object getLoadLevel( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.LOAD_LEVEL
public Iterable getLoadLevelByErrorMessage( Integer MessageId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public Iterable getLoadLevelByErrorMessage( Integer MessageId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public Iterable getLoadLevelByErrorMessage( Integer MessageId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public java.util.Collection getLoadLevelByErrorMessage( Integer MessageId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public java.util.Collection getLoadLevelByErrorMessage( Integer MessageId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public java.util.Collection getLoadLevelByErrorMessage( Integer MessageId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public Iterable getLoadLevelByLevel( int LevelId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLoadLevelByLevel( int LevelId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLoadLevelByLevel( int LevelId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLoadLevelByLevel( int LevelId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLoadLevelByLevel( int LevelId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public java.util.Collection getLoadLevelByLevel( int LevelId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public Iterable getLoadLevelByScan( Integer ScanId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getLoadLevelByScan( Integer ScanId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getLoadLevelByScan( Integer ScanId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getLoadLevelByScan( Integer ScanId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getLoadLevelByScan( Integer ScanId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getLoadLevelByScan( Integer ScanId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getLoadLevelBySourceUnit( int SourceUnitId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getLoadLevelBySourceUnit( int SourceUnitId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getLoadLevelBySourceUnit( int SourceUnitId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getLoadLevelBySourceUnit( int SourceUnitId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getLoadLevelBySourceUnit( int SourceUnitId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getLoadLevelBySourceUnit( int SourceUnitId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getNamespace( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public Iterable getNamespace( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public Iterable getNamespace( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public java.util.Collection getNamespace( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public java.util.Collection getNamespace( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public java.util.Collection getNamespace( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public Namespace getNamespace( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.NAMESPACE
public Object getNamespace( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.NAMESPACE
public Iterable getNamespaceByRepository( int Repository ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getNamespaceByRepository( int Repository, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getNamespaceByRepository( int Repository, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Namespace. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getNamespaceByRepository( int Repository, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getNamespaceByRepository( int Repository, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getNamespaceByRepository( int Repository, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Namespace and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getRepository( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Repository. Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public Iterable getRepository( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Repository. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public Iterable getRepository( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Repository. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public java.util.Collection getRepository( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Repository and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public java.util.Collection getRepository( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Repository and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public java.util.Collection getRepository( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Repository and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public Repository getRepository( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.REPOSITORY
public Object getRepository( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.REPOSITORY
public Iterable getScan( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. Selects all or by criteria rows from MESOPOTAMIA.SCAN
public Iterable getScan( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.SCAN
public Iterable getScan( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.SCAN
public java.util.Collection getScan( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.SCAN
public java.util.Collection getScan( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.SCAN
public java.util.Collection getScan( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.SCAN
public Scan getScan( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.SCAN
public Object getScan( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.SCAN
public Iterable getScanByRepository( int Repository ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getScanByRepository( int Repository, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getScanByRepository( int Repository, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.Scan. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getScanByRepository( int Repository, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getScanByRepository( int Repository, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public java.util.Collection getScanByRepository( int Repository, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.Scan and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public Iterable getScanLoadError( int p1 ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError.
public Iterable getScanLoadError( int p1, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError. If converter is not null then elements will be results of conversion.
public Iterable getScanLoadError( int p1, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadError. If targetClass is not null then elements will be of targetClass type
public java.util.Collection getScanLoadError( int p1, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection.
public java.util.Collection getScanLoadError( int p1, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection. If converter is not null then elements will be results of conversion.
public java.util.Collection getScanLoadError( int p1, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadError and returns populated collection. If targetClass is not null then elements will be of targetClass type.
public Iterable getSourceUnit( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public Iterable getSourceUnit( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public Iterable getSourceUnit( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public java.util.Collection getSourceUnit( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public java.util.Collection getSourceUnit( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public java.util.Collection getSourceUnit( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public SourceUnit getSourceUnit( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT
public Object getSourceUnit( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT
public Iterable getSourceUnitByLanguage( String Language, String LanguageVersion ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitByLanguage( String Language, String LanguageVersion, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitByLanguage( String Language, String LanguageVersion, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitByLanguage( String Language, String LanguageVersion, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitByNamespace( Integer NamespaceId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public Iterable getSourceUnitByNamespace( Integer NamespaceId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public Iterable getSourceUnitByNamespace( Integer NamespaceId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public java.util.Collection getSourceUnitByNamespace( Integer NamespaceId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public java.util.Collection getSourceUnitByNamespace( Integer NamespaceId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public java.util.Collection getSourceUnitByNamespace( Integer NamespaceId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public Iterable getSourceUnitByPrevRevision( Integer PrevRevision ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public Iterable getSourceUnitByPrevRevision( Integer PrevRevision, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public Iterable getSourceUnitByPrevRevision( Integer PrevRevision, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public java.util.Collection getSourceUnitByPrevRevision( Integer PrevRevision, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public java.util.Collection getSourceUnitByPrevRevision( Integer PrevRevision, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public java.util.Collection getSourceUnitByPrevRevision( Integer PrevRevision, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public Iterable getSourceUnitByRepository( int RepositoryId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public Iterable getSourceUnitByRepository( int RepositoryId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public Iterable getSourceUnitByRepository( int RepositoryId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnit. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public java.util.Collection getSourceUnitByRepository( int RepositoryId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public java.util.Collection getSourceUnitByRepository( int RepositoryId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public java.util.Collection getSourceUnitByRepository( int RepositoryId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnit and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public Iterable getSourceUnitClass( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public Iterable getSourceUnitClass( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public Iterable getSourceUnitClass( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public java.util.Collection getSourceUnitClass( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public java.util.Collection getSourceUnitClass( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public java.util.Collection getSourceUnitClass( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public SourceUnitClass getSourceUnitClass( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_CLASS
public Object getSourceUnitClass( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_CLASS
public Iterable getSourceUnitClassByLanguage( String Language, String LanguageVersion ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitClassByLanguage( String Language, String LanguageVersion, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitClassByLanguage( String Language, String LanguageVersion, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitClass. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitClassByLanguage( String Language, String LanguageVersion, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitClassByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getSourceUnitClassByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitClass and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getSourceUnitClassRequiredLevels( int p1 ) Executes query, returns database backed iterable with elements of type of the first column.
public Iterable getSourceUnitClassRequiredLevels( int p1, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type of the first column. If converter is not null then it converts elements.
public Iterable getSourceUnitClassRequiredLevels( int p1, Class targetClass ) Executes query, returns database backed iterable with elements of type of the first column. If target class is not null then elements are instances of target class created from the first column values.
public java.util.Collection getSourceUnitClassRequiredLevels( int p1, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection.
public java.util.Collection getSourceUnitClassRequiredLevels( int p1, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. Elements get converted by the converter if it is not null.
public java.util.Collection getSourceUnitClassRequiredLevels( int p1, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. If target class is not null instances of target class are instantiated from first column values
public LoadLevel getSourceUnitLoadLevel( int p1, int p2, int p3 )  throws java.sql.SQLExceptionExecutes query and returns single object.
public Object getSourceUnitLoadLevel( int p1, int p2, int p3, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type.
public LoadLevel getSourceUnitLoadLevel( int p1, int p2 )  throws java.sql.SQLExceptionExecutes query and returns single object.
public Object getSourceUnitLoadLevel( int p1, int p2, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type.
public Iterable getSourceUnitLoadLevels( int p1, int p2 ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel.
public Iterable getSourceUnitLoadLevels( int p1, int p2, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If converter is not null then elements will be results of conversion.
public Iterable getSourceUnitLoadLevels( int p1, int p2, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.LoadLevel. If targetClass is not null then elements will be of targetClass type
public java.util.Collection getSourceUnitLoadLevels( int p1, int p2, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection.
public java.util.Collection getSourceUnitLoadLevels( int p1, int p2, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If converter is not null then elements will be results of conversion.
public java.util.Collection getSourceUnitLoadLevels( int p1, int p2, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.LoadLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type.
public Iterable getSourceUnitRequiredLevel( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public Iterable getSourceUnitRequiredLevel( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public Iterable getSourceUnitRequiredLevel( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public java.util.Collection getSourceUnitRequiredLevel( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public java.util.Collection getSourceUnitRequiredLevel( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public java.util.Collection getSourceUnitRequiredLevel( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public SourceUnitRequiredLevel getSourceUnitRequiredLevel( int LevelId, int SourceUnitClassId )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public Object getSourceUnitRequiredLevel( int LevelId, int SourceUnitClassId, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public Iterable getSourceUnitRequiredLevelByClass( int SourceUnitClassId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public Iterable getSourceUnitRequiredLevelByClass( int SourceUnitClassId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public Iterable getSourceUnitRequiredLevelByClass( int SourceUnitClassId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public java.util.Collection getSourceUnitRequiredLevelByClass( int SourceUnitClassId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public java.util.Collection getSourceUnitRequiredLevelByClass( int SourceUnitClassId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public java.util.Collection getSourceUnitRequiredLevelByClass( int SourceUnitClassId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public Iterable getSourceUnitRequiredLevelByLoader( int LevelId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public Iterable getSourceUnitRequiredLevelByLoader( int LevelId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public Iterable getSourceUnitRequiredLevelByLoader( int LevelId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public java.util.Collection getSourceUnitRequiredLevelByLoader( int LevelId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public java.util.Collection getSourceUnitRequiredLevelByLoader( int LevelId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public java.util.Collection getSourceUnitRequiredLevelByLoader( int LevelId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitRequiredLevel and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public Iterable getSourceUnitScan( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public Iterable getSourceUnitScan( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public Iterable getSourceUnitScan( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public java.util.Collection getSourceUnitScan( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public java.util.Collection getSourceUnitScan( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public java.util.Collection getSourceUnitScan( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public SourceUnitScan getSourceUnitScan( int ScanId, int SourceUnitId )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_SCAN
public Object getSourceUnitScan( int ScanId, int SourceUnitId, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.SOURCE_UNIT_SCAN
public Iterable getSourceUnitScanByScan( int ScanId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getSourceUnitScanByScan( int ScanId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getSourceUnitScanByScan( int ScanId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getSourceUnitScanByScan( int ScanId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getSourceUnitScanByScan( int ScanId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public java.util.Collection getSourceUnitScanByScan( int ScanId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public Iterable getSourceUnitScanBySourceUnit( int SourceUnitId ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getSourceUnitScanBySourceUnit( int SourceUnitId, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getSourceUnitScanBySourceUnit( int SourceUnitId, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitScan. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getSourceUnitScanBySourceUnit( int SourceUnitId, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getSourceUnitScanBySourceUnit( int SourceUnitId, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public java.util.Collection getSourceUnitScanBySourceUnit( int SourceUnitId, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitScan and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public Iterable getSourceUnitsInScan( int p1 ) Executes query, returns database backed iterable with elements of type of the first column.
public Iterable getSourceUnitsInScan( int p1, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type of the first column. If converter is not null then it converts elements.
public Iterable getSourceUnitsInScan( int p1, Class targetClass ) Executes query, returns database backed iterable with elements of type of the first column. If target class is not null then elements are instances of target class created from the first column values.
public java.util.Collection getSourceUnitsInScan( int p1, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection.
public java.util.Collection getSourceUnitsInScan( int p1, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. Elements get converted by the converter if it is not null.
public java.util.Collection getSourceUnitsInScan( int p1, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with values from the first column and returns the collection. If target class is not null instances of target class are instantiated from first column values
public Iterable getSourceUnitSuccessfulLoadLevels( int p1, int p2 ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels.
public Iterable getSourceUnitSuccessfulLoadLevels( int p1, int p2, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels. If converter is not null then elements will be results of conversion.
public Iterable getSourceUnitSuccessfulLoadLevels( int p1, int p2, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels. If targetClass is not null then elements will be of targetClass type
public java.util.Collection getSourceUnitSuccessfulLoadLevels( int p1, int p2, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels and returns populated collection.
public java.util.Collection getSourceUnitSuccessfulLoadLevels( int p1, int p2, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels and returns populated collection. If converter is not null then elements will be results of conversion.
public java.util.Collection getSourceUnitSuccessfulLoadLevels( int p1, int p2, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.SourceUnitSuccessfulLoadLevels and returns populated collection. If targetClass is not null then elements will be of targetClass type.
public Iterable getTokenType( ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public Iterable getTokenType( biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. If converter is not null then elements will be results of conversion.Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public Iterable getTokenType( Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. If targetClass is not null then elements will be of targetClass typeSelects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public java.util.Collection getTokenType( java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public java.util.Collection getTokenType( java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. If converter is not null then elements will be results of conversion. Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public java.util.Collection getTokenType( java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public TokenType getTokenType( int Id )  throws java.sql.SQLExceptionExecutes query and returns single object. Selects by primary key from MESOPOTAMIA.TOKEN_TYPE
public Object getTokenType( int Id, Class targetClass )  throws java.sql.SQLExceptionExecutes query and returns single object of target class type. Selects by primary key from MESOPOTAMIA.TOKEN_TYPE
public Iterable getTokenTypeByLanguage( String Language, String LanguageVersion ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getTokenTypeByLanguage( String Language, String LanguageVersion, biz.hammurapi.convert.ConverterClosure converter ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. If converter is not null then elements will be results of conversion.Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public Iterable getTokenTypeByLanguage( String Language, String LanguageVersion, Class targetClass ) Executes query, returns database backed iterable with elements of type org.mesopotamia.sql.TokenType. If targetClass is not null then elements will be of targetClass typeSelects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getTokenTypeByLanguage( String Language, String LanguageVersion, java.util.Collection receiver )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getTokenTypeByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, biz.hammurapi.convert.ConverterClosure converter )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. If converter is not null then elements will be results of conversion. Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public java.util.Collection getTokenTypeByLanguage( String Language, String LanguageVersion, java.util.Collection receiver, Class targetClass )  throws java.sql.SQLExceptionExecutes query, populates collection with elements of type org.mesopotamia.sql.TokenType and returns populated collection. If targetClass is not null then elements will be of targetClass type. Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public int insertErrorMessage( int Id, String ErrorType, String MessageText, Integer SourceUnitId, Integer ScanId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.ERROR_MESSAGE
public int insertErrorMessage( ErrorMessage rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.ERROR_MESSAGE
public int insertGlobalParameter( String Name, String ClassName, String ParameterValue )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.GLOBAL_PARAMETER
public int insertGlobalParameter( GlobalParameter rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.GLOBAL_PARAMETER
public int insertLanguage( String Name, String Version, String Description, String NamespaceImplementation )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE
public int insertLanguage( Language rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE
public int insertLanguageElementClass( int Id, int TokenTypeId, String ClassName, String Description, String ContextClass, boolean RequiresEnvironment )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public int insertLanguageElementClass( LanguageElementClass rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public int insertLanguageElementRequiredLevel( int LevelId, int TokenTypeId, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public int insertLanguageElementRequiredLevel( LanguageElementRequiredLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public int insertLoader( int Id, String Language, String LanguageVersion, String Level, String LoaderClass, String Description, boolean RequiresSource, boolean RequiresEnvironment, boolean ScanDependent, String LoaderConfig )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOADER
public int insertLoader( Loader rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOADER
public int insertLoaderDependency( int DependentLevelId, int DependsOnLevelId, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOADER_DEPENDENCY
public int insertLoaderDependency( LoaderDependency rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOADER_DEPENDENCY
public int insertLoadLevel( int Id, int LevelId, int SourceUnitId, Integer ScanId, Integer MessageId, boolean LoadFailed, byte LoaderData )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOAD_LEVEL
public int insertLoadLevel( LoadLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.LOAD_LEVEL
public int insertNamespace( int Id, int Repository, String Name )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.NAMESPACE
public int insertNamespace( Namespace rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.NAMESPACE
public int insertRepository( int Id, String Name, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.REPOSITORY
public int insertRepository( Repository rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.REPOSITORY
public int insertScan( int Id, int Repository, java.sql.Timestamp ScanDate, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SCAN
public int insertScan( Scan rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SCAN
public int insertSourceUnit( int Id, String Name, String Path, Long UnitSize, String UnitDigest, java.sql.Timestamp LastModified, String DigestAlgorithm, Integer NamespaceId, Integer PrevRevision, String Language, String LanguageVersion, int RepositoryId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT
public int insertSourceUnit( SourceUnit rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT
public int insertSourceUnitClass( int Id, String Language, String LanguageVersion, String ClassName, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_CLASS
public int insertSourceUnitClass( SourceUnitClass rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_CLASS
public int insertSourceUnitRequiredLevel( int LevelId, int SourceUnitClassId, String Description )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public int insertSourceUnitRequiredLevel( SourceUnitRequiredLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public int insertSourceUnitScan( int ScanId, int SourceUnitId )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_SCAN
public int insertSourceUnitScan( SourceUnitScan rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.SOURCE_UNIT_SCAN
public int insertTokenType( int Id, String Language, String LanguageVersion, int TokenType, String TokenName, String Description, boolean IsEof, boolean IsWhitespace, String RenderStyle )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.TOKEN_TYPE
public int insertTokenType( TokenType rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Inserts new record into MESOPOTAMIA.TOKEN_TYPE
public void processErrorMessage( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.ERROR_MESSAGE
public void processErrorMessageByScan( Integer ScanId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SCAN columns value(s): SCAN_ID
public void processErrorMessageBySourceUnit( Integer SourceUnitId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.ERROR_MESSAGE by foreign key FK_ERROR_MESSAGE_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public void processGlobalParameter( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.GLOBAL_PARAMETER
public void processLanguage( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE
public void processLanguageElementClass( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public void processLanguageElementClassByTokenType( int TokenTypeId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS by foreign key FK_LANGUAGE_ELEMENT_CLASS_SQLC$TOKEN_TYPE columns value(s): TOKEN_TYPE_ID
public void processLanguageElementClassRequiredLevels( int p1, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processLanguageElementRequiredLevel( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public void processLanguageElementRequiredLevelByLevel( int LevelId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL by foreign key FK_LANGUAGE_ELEMENT_REQUIRED_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public void processLoader( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LOADER
public void processLoaderByLanguage( String Language, String LanguageVersion, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOADER by foreign key FK_LOADER_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public void processLoaderDependency( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LOADER_DEPENDENCY
public void processLoaderDependencyByDependentLevel( int DependentLevelId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDENT_LEVEL columns value(s): DEPENDENT_LEVEL_ID
public void processLoaderDependencyByDependsOnLevel( int DependsOnLevelId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOADER_DEPENDENCY by foreign key FK_LOADER_DEPENDENCY_SQLC$DEPENDS_ON_LEVEL columns value(s): DEPENDS_ON_LEVEL_ID
public void processLoadError( int p1, int p2, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processLoadLevel( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.LOAD_LEVEL
public void processLoadLevelByErrorMessage( Integer MessageId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$ERROR_MESSAGE columns value(s): MESSAGE_ID
public void processLoadLevelByLevel( int LevelId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$LEVEL columns value(s): LEVEL_ID
public void processLoadLevelByScan( Integer ScanId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SCAN columns value(s): SCAN_ID
public void processLoadLevelBySourceUnit( int SourceUnitId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.LOAD_LEVEL by foreign key FK_LOAD_LEVEL_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public void processNamespace( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.NAMESPACE
public void processNamespaceByRepository( int Repository, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.NAMESPACE by foreign key FK_NAMESPACE_SQLC$REPOSITORY columns value(s): REPOSITORY
public void processRepository( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.REPOSITORY
public void processScan( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.SCAN
public void processScanByRepository( int Repository, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SCAN by foreign key FK_SCAN_SQLC$REPOSITORY columns value(s): REPOSITORY
public void processScanLoadError( int p1, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processSourceUnit( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT
public void processSourceUnitByLanguage( String Language, String LanguageVersion, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public void processSourceUnitByNamespace( Integer NamespaceId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$NAMESPACE columns value(s): NAMESPACE_ID
public void processSourceUnitByPrevRevision( Integer PrevRevision, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$PREV_REVISION columns value(s): PREV_REVISION
public void processSourceUnitByRepository( int RepositoryId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT by foreign key FK_SOURCE_UNIT_SQLC$REPOSITORY columns value(s): REPOSITORY_ID
public void processSourceUnitClass( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_CLASS
public void processSourceUnitClassByLanguage( String Language, String LanguageVersion, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT_CLASS by foreign key FK_SOURCE_UNIT_CLASS_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public void processSourceUnitClassRequiredLevels( int p1, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processSourceUnitLoadLevels( int p1, int p2, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processSourceUnitRequiredLevel( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public void processSourceUnitRequiredLevelByClass( int SourceUnitClassId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$CLASS columns value(s): SOURCE_UNIT_CLASS_ID
public void processSourceUnitRequiredLevelByLoader( int LevelId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL by foreign key FK_SOURCE_UNIT_REQUIRED_LEVEL_SQLC$LOADER columns value(s): LEVEL_ID
public void processSourceUnitScan( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.SOURCE_UNIT_SCAN
public void processSourceUnitScanByScan( int ScanId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SCAN columns value(s): SCAN_ID
public void processSourceUnitScanBySourceUnit( int SourceUnitId, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.SOURCE_UNIT_SCAN by foreign key FK_SOURCE_UNIT_SCAN_SQLC$SOURCE_UNIT columns value(s): SOURCE_UNIT_ID
public void processSourceUnitsInScan( int p1, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processSourceUnitSuccessfulLoadLevels( int p1, int p2, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row.
public void processTokenType( biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects all or by criteria rows from MESOPOTAMIA.TOKEN_TYPE
public void processTokenTypeByLanguage( String Language, String LanguageVersion, biz.hammurapi.sql.RowProcessor processor )  throws java.sql.SQLExceptionExecutes query, iterates over rows and invokes methods of RowProcessor for each row. Selects rows from MESOPOTAMIA.TOKEN_TYPE by foreign key FK_TOKEN_TYPE_SQLC$LANGUAGE columns value(s): LANGUAGE, LANGUAGE_VERSION
public int updateErrorMessage( ErrorMessage rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.ERROR_MESSAGE
public int updateGlobalParameter( GlobalParameter rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.GLOBAL_PARAMETER
public int updateLanguage( Language rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LANGUAGE
public int updateLanguageElementClass( LanguageElementClass rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LANGUAGE_ELEMENT_CLASS
public int updateLanguageElementRequiredLevel( LanguageElementRequiredLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LANGUAGE_ELEMENT_REQUIRED_LEVEL
public int updateLoader( Loader rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LOADER
public int updateLoaderDependency( LoaderDependency rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LOADER_DEPENDENCY
public int updateLoadLevel( LoadLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.LOAD_LEVEL
public int updateNamespace( Namespace rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.NAMESPACE
public int updateRepository( Repository rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.REPOSITORY
public int updateScan( Scan rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.SCAN
public int updateSourceUnit( SourceUnit rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.SOURCE_UNIT
public int updateSourceUnitClass( SourceUnitClass rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.SOURCE_UNIT_CLASS
public int updateSourceUnitRequiredLevel( SourceUnitRequiredLevel rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.SOURCE_UNIT_REQUIRED_LEVEL
public int updateTokenType( TokenType rowInterface )  throws java.sql.SQLExceptionExecutes update and returns number of affected rows. Updates record with by primary key in MESOPOTAMIA.TOKEN_TYPE

Fields
NameTypeModifiersAttributes
_processorbiz.hammurapi.sql.SQLProcessor
protected
IMPL_CLASS_org_mesopotamia_sql_ErrorMessagejava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_GlobalParameterjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_Languagejava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_LanguageElementClassjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_LanguageElementRequiredLeveljava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_Loaderjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_LoaderDependencyjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_LoadErrorjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_LoadLeveljava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_Namespacejava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_Repositoryjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_Scanjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_SourceUnitjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_SourceUnitClassjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_SourceUnitRequiredLeveljava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_SourceUnitScanjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_SourceUnitSuccessfulLoadLevelsjava.lang.Class
private
static
final
IMPL_CLASS_org_mesopotamia_sql_TokenTypejava.lang.Class
private
static
final