A C G I


G

generate(IBeanData) - Method in interface com.ibm.datatools.sqlj.template.ISQLTemplate
Produces code for a new .sqlj file.
getAlias() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Deprecated. Use getTableAlias().
getAuthenticationStyle() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns a code that signifies how to handle user authentication for database access at run time.
getClassName() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the Java class name of the new SQLJ file.
getColMethodsNames() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns unique names to use as method names to retrieve individual column data.
getColumnAlias() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the alias associated with the column.
getColumnInfo() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns metadata about the columns that are contained in the SQL statement.
getDataSourceName() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the JNDI name of the DataSource object to use to obtain the runtime database connection.
getDriverName() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the name of the JDBC driver to use to connect to the database at run time.
getIndex() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the index value of the column, as it occurs in the result set.
getJavaPackageName() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the name of the package in which the new SQLJ file should be stored.
getJavaTypeForSql(int) - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the Java type for the specified SQL type.
getName() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the name of either the column in the result set or the parameter in the SQL statement.
getParmInfo() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the information about the parameters that are contained in the SQL statement.
getPassword() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the password to use to access the database at run time.
getSchema() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the schema name for the column.
getSQLStatementString() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the SQL statement that was specified in the New SQLJ File wizard.
getTable() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the table name for the column.
getTableAlias() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns the alias of the table that is associated with the column.
getType() - Method in interface com.ibm.datatools.sqlj.template.ISQLFieldInfo
Returns a code value that represents the SQL type of the column, as defined in java.sql.Types.
getURL() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the URL of the database to connect to at run time.
getUserName() - Method in interface com.ibm.datatools.sqlj.template.IBeanData
Returns the user ID to use to access the database at run time.

A C G I