|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.util.JdbcSupport
org.apache.ddlutils.platform.PlatformImplBase
org.apache.ddlutils.platform.interbase.InterbasePlatform
public class InterbasePlatform
The platform implementation for the Interbase database.
Field Summary | |
---|---|
static java.lang.String |
DATABASENAME
Database name of this platform. |
static java.lang.String |
JDBC_DRIVER
The interbase jdbc driver. |
static java.lang.String |
JDBC_SUBPROTOCOL
The subprotocol used by the interbase driver. |
Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase |
---|
MODEL_DEFAULT_NAME |
Constructor Summary | |
---|---|
InterbasePlatform()
Creates a new platform instance. |
Method Summary | |
---|---|
protected java.lang.Object |
extractColumnValue(java.sql.ResultSet resultSet,
java.lang.String columnName,
int columnIdx,
int jdbcType)
This is the core method to retrieve a value for a column from a result set. |
java.lang.String |
getName()
Returns the name of the database that this platform is for. |
protected void |
setStatementParameterValue(java.sql.PreparedStatement statement,
int sqlIndex,
int typeCode,
java.lang.Object value)
This is the core method to set the parameter of a prepared statement to a given value. |
Methods inherited from class org.apache.ddlutils.util.JdbcSupport |
---|
borrowConnection, closeStatement, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ddlutils.Platform |
---|
borrowConnection, getDataSource, getPassword, getUsername, returnConnection, setDataSource, setPassword, setUsername |
Field Detail |
---|
public static final java.lang.String DATABASENAME
public static final java.lang.String JDBC_DRIVER
public static final java.lang.String JDBC_SUBPROTOCOL
Constructor Detail |
---|
public InterbasePlatform()
Method Detail |
---|
public java.lang.String getName()
protected void setStatementParameterValue(java.sql.PreparedStatement statement, int sqlIndex, int typeCode, java.lang.Object value) throws java.sql.SQLException
setStatementParameterValue
in class PlatformImplBase
statement
- The statementsqlIndex
- The parameter indextypeCode
- The JDBC type codevalue
- The value
java.sql.SQLException
- If an error occurred while setting the parameter valueprotected java.lang.Object extractColumnValue(java.sql.ResultSet resultSet, java.lang.String columnName, int columnIdx, int jdbcType) throws java.sql.SQLException
extractColumnValue
in class PlatformImplBase
resultSet
- The result set to extract the value fromcolumnName
- The name of the column; can be null
in which case the
columnIdx
will be used insteadcolumnIdx
- The index of the column's value in the result set; is only used if
columnName
is null
jdbcType
- The jdbc type to extract
java.sql.SQLException
- If an error occurred while accessing the result set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |