- GenerationTask - Class in net.sourceforge.sql2java.ant
-
- GenerationTask() - Constructor for class net.sourceforge.sql2java.ant.GenerationTask
-
- getAllPackages() - Method in class net.sourceforge.sql2java.Database
-
- getBeanClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getBeanClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getBlock(String) - Method in class net.sourceforge.sql2java.UserCodeParser
-
Returns the comment+code block associated with this name.
- getBlockNames() - Method in class net.sourceforge.sql2java.UserCodeParser
-
Returns an array of the block names parsed in the existing file.
- getCatalog() - Method in class net.sourceforge.sql2java.Column
-
- getCatalog() - Method in class net.sourceforge.sql2java.Database
-
- getCatalog() - Method in class net.sourceforge.sql2java.Table
-
- getCheckingType() - Method in class net.sourceforge.sql2java.Column
-
- getClassPrefix() - Method in class net.sourceforge.sql2java.CodeWriter
-
- getColumn(String) - Method in class net.sourceforge.sql2java.Table
-
- getColumns() - Method in class net.sourceforge.sql2java.CodeWriter
-
Return table.getColumns() as a List
- getColumns() - Method in class net.sourceforge.sql2java.Table
-
- getColumnsFor(String) - Method in class net.sourceforge.sql2java.Table
-
- getConstName() - Method in class net.sourceforge.sql2java.Column
-
- getCoreClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getCoreClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getDb() - Method in class net.sourceforge.sql2java.CodeWriter
-
Public accessor for db
- getDecimalDigits() - Method in class net.sourceforge.sql2java.Column
-
- getDefaultRules() - Method in class net.sourceforge.sql2java.Column
-
- getDefaultRules(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getDefaultValue() - Method in class net.sourceforge.sql2java.Column
-
- getDefaultWidget() - Method in class net.sourceforge.sql2java.Column
-
- getDriver() - Method in class net.sourceforge.sql2java.Database
-
- getExceptionClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getExceptionClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getFactoryClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getFactoryClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getFilename() - Method in class net.sourceforge.sql2java.UserCodeParser
-
Returns the filename associated with this parser.
- getForeignColumn() - Method in class net.sourceforge.sql2java.Column
-
- getForeignKeyFor(Table) - Method in class net.sourceforge.sql2java.Table
-
Return the imported key pointing to the passed table.
- getForeignKeyGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyInitializedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyModifiedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeys() - Method in class net.sourceforge.sql2java.CodeWriter
-
Return table.getForeignKeys() as a List
- getForeignKeys() - Method in class net.sourceforge.sql2java.Column
-
- getForeignKeys() - Method in class net.sourceforge.sql2java.Table
-
- getForeignKeySetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeySetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignKeyVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getForeignTables() - Method in class net.sourceforge.sql2java.Table
-
- getFullName() - Method in class net.sourceforge.sql2java.Column
-
- getGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyAddMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyAddMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyGetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyGetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyInitializedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyModifiedVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeys() - Method in class net.sourceforge.sql2java.CodeWriter
-
Return table.getImportedKeys() as a List
- getImportedKeys() - Method in class net.sourceforge.sql2java.Column
-
- getImportedKeys() - Method in class net.sourceforge.sql2java.Table
-
- getImportedKeySetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeySetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedKeyVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getImportedTables() - Method in class net.sourceforge.sql2java.Table
-
- getInitializedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getInitializedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getInitializedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getInstance() - Static method in class net.sourceforge.sql2java.StringUtilities
-
This is the default method for obtaining a StringUtilities instance.
- getIteratorClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getIteratorClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getJavaPrimaryType() - Method in class net.sourceforge.sql2java.Column
-
return the primary java type of the current column
return null if no java primary type is available
- getJavaPrimaryType(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getJavaType() - Method in class net.sourceforge.sql2java.Column
-
return the java type of the current column
- getJavaTypeAsTypeName() - Method in class net.sourceforge.sql2java.Column
-
return the string representation of the column type
- getLinkedPackages() - Method in class net.sourceforge.sql2java.Table
-
- getLinkedTables(Table) - Method in class net.sourceforge.sql2java.CodeWriter
-
Returns a table's linked tables as a list
- getLinkedTables() - Method in class net.sourceforge.sql2java.Table
-
- getLockColumn(Collection) - Method in class net.sourceforge.sql2java.CodeWriter
-
Find the column in the Collection that matches optimisticLockColumn
- getManagerClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getManagerClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getManagerObjectName(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getManagerObjectName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getManyToManyKeys() - Method in class net.sourceforge.sql2java.Table
-
Returns a 2-D array of the keys in this table that form a many
to many relationship.
- getMappedType() - Method in class net.sourceforge.sql2java.Column
-
return internal type for the current column
- getModifiedMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getModifiedMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getModifiedVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getName() - Method in class net.sourceforge.sql2java.Column
-
- getName() - Method in class net.sourceforge.sql2java.Table
-
- getNullable() - Method in class net.sourceforge.sql2java.Column
-
- getNullableAsString() - Method in class net.sourceforge.sql2java.Column
-
- getOracleRetrieveRemarks() - Method in class net.sourceforge.sql2java.Database
-
- getOrdinalPosition() - Method in class net.sourceforge.sql2java.Column
-
- getOutputDirectory() - Method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
-
- getPackage() - Method in class net.sourceforge.sql2java.Table
-
- getPackageAsPath(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getPackagePath() - Method in class net.sourceforge.sql2java.Table
-
- getPassword() - Method in class net.sourceforge.sql2java.Database
-
- getPreparedStatementMethod(String, int) - Method in class net.sourceforge.sql2java.Column
-
Maps the SQL type for the column to a "set" method to call on
the PreparedStatement.
- getPreparedStatementMethod(String, String) - Method in class net.sourceforge.sql2java.Column
-
- getPrimaryKeys() - Method in class net.sourceforge.sql2java.CodeWriter
-
Return table.getPrimaryKeys() as a List
- getPrimaryKeys() - Method in class net.sourceforge.sql2java.Table
-
- getPropertiesFile() - Method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
-
- getProperty(String) - Static method in class net.sourceforge.sql2java.CodeWriter
-
Convenience property chop method
- getProperty(String, String) - Static method in class net.sourceforge.sql2java.CodeWriter
-
Convenience property chop method
- getProperty(String) - Static method in class net.sourceforge.sql2java.Main
-
- getProperty(String, String) - Static method in class net.sourceforge.sql2java.Main
-
helper method with default values
- getProperty(Properties, String) - Static method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
-
- getProperty(Properties, String, String) - Static method in class net.sourceforge.sql2java.maven.Sql2JavaMojo
-
helper method with default values
- getPropertyExploded(String) - Static method in class net.sourceforge.sql2java.CodeWriter
-
Return as a String array the key's value.
- getPropertyTag() - Method in class net.sourceforge.sql2java.Column
-
- getPropertyTag(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getRadix() - Method in class net.sourceforge.sql2java.Column
-
- getRelationnalBeanClass(Table) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getRelationnalBeanClass(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getRelationTable() - Method in class net.sourceforge.sql2java.CodeWriter
-
Returns a db.getRelationTable( table ) as a list
- getRelationTable(Table) - Method in class net.sourceforge.sql2java.Database
-
Return an array of tables having foreign key pointing to the
passed table.
- getRemarks() - Method in class net.sourceforge.sql2java.CodeWriter
-
Returns the current table's remarks.
- getRemarks() - Method in class net.sourceforge.sql2java.Column
-
- getRemarks() - Method in class net.sourceforge.sql2java.Table
-
- getResultSetMethodObject(String) - Method in class net.sourceforge.sql2java.Column
-
return the resultSet get method for a given position
the assumption is that the resultset variable is called rs
- getResultSetMethodObject(String, String) - Method in class net.sourceforge.sql2java.Column
-
- getSchema() - Method in class net.sourceforge.sql2java.Column
-
- getSchema() - Method in class net.sourceforge.sql2java.Database
-
- getSchema() - Method in class net.sourceforge.sql2java.Table
-
- getScriptDirectory() - Method in class net.sourceforge.sql2java.maven.SqlFileMojo
-
- getSetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getSetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getSize() - Method in class net.sourceforge.sql2java.Column
-
- getStringConvertionMethod() - Method in class net.sourceforge.sql2java.Column
-
method to convert the given string into the internal java representation
- getStringConvertionMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getTable(String) - Method in class net.sourceforge.sql2java.CodeWriter
-
Public db.getTables()
- getTable() - Method in class net.sourceforge.sql2java.CodeWriter
-
public accessor for table
- getTable() - Method in class net.sourceforge.sql2java.Column
-
- getTable(String) - Method in class net.sourceforge.sql2java.Database
-
- getTableName() - Method in class net.sourceforge.sql2java.Column
-
- getTableNamePattern() - Method in class net.sourceforge.sql2java.Database
-
- getTables() - Method in class net.sourceforge.sql2java.CodeWriter
-
Public db.getTables()
- getTables() - Method in class net.sourceforge.sql2java.Database
-
- getTableTypes() - Method in class net.sourceforge.sql2java.Database
-
- getType() - Method in class net.sourceforge.sql2java.Column
-
- getType() - Method in class net.sourceforge.sql2java.Table
-
- getUrl() - Method in class net.sourceforge.sql2java.Database
-
- getUsername() - Method in class net.sourceforge.sql2java.Database
-
- getVarName() - Method in class net.sourceforge.sql2java.Column
-
- getVarName(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getVarName(String) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getWidgetMethod(Column) - Method in class net.sourceforge.sql2java.StringUtilities
-
- getWidgetMethod(String) - Method in class net.sourceforge.sql2java.StringUtilities
-