org.apache.ddlutils.platform.sapdb
Class SapDbPlatform

java.lang.Object
  extended by org.apache.ddlutils.util.JdbcSupport
      extended by org.apache.ddlutils.platform.PlatformImplBase
          extended by org.apache.ddlutils.platform.sapdb.SapDbPlatform
All Implemented Interfaces:
Platform
Direct Known Subclasses:
MaxDbPlatform

public class SapDbPlatform
extends PlatformImplBase

The SapDB platform implementation.

Version:
$Revision: 231306 $

Field Summary
static java.lang.String DATABASENAME
          Database name of this platform.
static java.lang.String JDBC_DRIVER
          The standard SapDB/MaxDB jdbc driver.
static java.lang.String JDBC_SUBPROTOCOL
          The subprotocol used by the standard SapDB/MaxDB driver.
 
Fields inherited from class org.apache.ddlutils.platform.PlatformImplBase
MODEL_DEFAULT_NAME
 
Constructor Summary
SapDbPlatform()
          Creates a new platform instance.
 
Method Summary
 java.lang.String getName()
          Returns the name of the database that this platform is for.
 
Methods inherited from class org.apache.ddlutils.platform.PlatformImplBase
afterInsert, afterUpdate, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, alterTables, beforeInsert, beforeUpdate, createDatabase, createDeleteSql, createInsertSql, createResultSetIterator, createSelectLastInsertIdSql, createTables, createTables, createTables, createTables, createUpdateSql, delete, delete, dropDatabase, dropTable, dropTable, dropTables, dropTables, evaluateBatch, evaluateBatch, exists, extractColumnValue, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getAlterTablesSql, getCreateTablesSql, getCreateTablesSql, getDeleteSql, getDropTableSql, getDropTablesSql, getInsertSql, getLog, getModelReader, getObjectFromResultSet, getObjectFromResultSet, getPlatformInfo, getSqlBuilder, getUpdateSql, insert, insert, insert, insert, isDelimitedIdentifierModeOn, isForeignKeysSorted, isIdentityOverrideOn, isScriptModeOn, isSqlCommentsOn, logWarnings, postprocessModelFromDatabase, query, query, query, query, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, readModelFromDatabase, setDelimitedIdentifierModeOn, setForeignKeysSorted, setIdentityOverrideOn, setModelReader, setObject, setScriptModeOn, setSqlBuilder, setSqlCommentsOn, setStatementParameterValue, shutdownDatabase, shutdownDatabase, store, toColumnValues, update, update
 
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

DATABASENAME

public static final java.lang.String DATABASENAME
Database name of this platform.

See Also:
Constant Field Values

JDBC_DRIVER

public static final java.lang.String JDBC_DRIVER
The standard SapDB/MaxDB jdbc driver.

See Also:
Constant Field Values

JDBC_SUBPROTOCOL

public static final java.lang.String JDBC_SUBPROTOCOL
The subprotocol used by the standard SapDB/MaxDB driver.

See Also:
Constant Field Values
Constructor Detail

SapDbPlatform

public SapDbPlatform()
Creates a new platform instance.

Method Detail

getName

public java.lang.String getName()
Returns the name of the database that this platform is for.

Returns:
The name


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.