Class Hierarchy All Classes All Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Index of Fields and Methods
- AUTHENTICATION_BY_CALLER
- Field of interface com.ibm.etools.sqlj.template.IBeanData
- AUTHENTICATION_IN_METHOD
- Field of interface com.ibm.etools.sqlj.template.IBeanData
- generate(IBeanData)
- Method in interface com.ibm.etools.sqlj.template.ISQLTemplate
- Produces code for a new .sqlj file.
- getAlias()
- Method in interface com.ibm.etools.sqlj.template.ISQLFieldInfo
- Returns the alias of the column.
- getAuthenticationStyle()
- Method in interface com.ibm.etools.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.etools.sqlj.template.IBeanData
- Returns the Java class name of the new SQLJ file.
- getColMethodsNames()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns unique names to use as method names to retrieve individual column data.
- getColumnInfo()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns metadata about the columns that are contained in the SQL statement.
- getDataSourceName()
- Method in interface com.ibm.etools.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.etools.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.etools.sqlj.template.ISQLFieldInfo
- Returns the index value of the column, as it occurs in the result set.
- getJavaPackageName()
- Method in interface com.ibm.etools.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.etools.sqlj.template.IBeanData
- Returns the Java type for the specified SQL type.
- getName()
- Method in interface com.ibm.etools.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.etools.sqlj.template.IBeanData
- Returns the information about the parameters that are contained in the SQL statement.
- getPassword()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns the password to use to access the database at run time.
- getSchema()
- Method in interface com.ibm.etools.sqlj.template.ISQLFieldInfo
- Returns the schema name for the column.
- getSQLStatementString()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns the SQL statement that was specified in the New SQLJ File wizard.
- getTable()
- Method in interface com.ibm.etools.sqlj.template.ISQLFieldInfo
- Returns the table name for the column.
- getType()
- Method in interface com.ibm.etools.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.etools.sqlj.template.IBeanData
- Returns the URL of the database to connect to at run time.
- getUserName()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns the user ID to use to access the database at run time.
- isExpression()
- Method in interface com.ibm.etools.sqlj.template.ISQLFieldInfo
- Indicates whether the column in the result set is derived from an expression.
- isKey()
- Method in interface com.ibm.etools.sqlj.template.ISQLFieldInfo
- Indicates whether the column is a key.
- isUseDriverManager()
- Method in interface com.ibm.etools.sqlj.template.IBeanData
- Returns whether to use a DriverManager object to obtain the run-time database connection.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Class Hierarchy All Classes All Fields and Methods