Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.sql
Class SybaseInterface  view SybaseInterface download SybaseInterface.java

java.lang.Object
  extended byorg.jdbf.engine.sql.SqlInterface
      extended byorg.jdbf.engine.sql.SqlServerInterface
          extended byorg.jdbf.engine.sql.SybaseInterface
All Implemented Interfaces:
java.io.Serializable

public class SybaseInterface
extends SqlServerInterface

It's overrides SqlInterface's methods for constructing sql statements where Sybase's implementaion differs from ANSI or is not specified by ANSI.

Version:
$id$

Field Summary
 
Fields inherited from class org.jdbf.engine.sql.SqlInterface
AND, ASC, ASSIGNMENT, BETWEEN, CREATE, DELETE, DESC, DISTINCT, DROP, EQUAL, FROM, GREATER_OR_EQUAL, GREATER_THAN, GROUP_BY, HAVING, INSERT, LESS_OR_EQUAL, LESS_THAN, LIKE, MAX, NEXTVAL, NOT_EQUAL, NOT_EXISTS, NULL, OR, ORDER_BY, PARAMETER, SELECT, SELECT_ALL, SET, TABLE, UNION, UNIQUE, UPDATE, VALUES, WHERE
 
Constructor Summary
SybaseInterface()
           
 
Method Summary
 java.lang.String getSelectInsertIdStatement()
          Forms an sql insert id statement
 
Methods inherited from class org.jdbf.engine.sql.SqlServerInterface
getClauseStringCurrentTimeStamp, getCurrentTimeStampStatement
 
Methods inherited from class org.jdbf.engine.sql.SqlInterface
getColumnDefinition, getCountStatement, getCountStatement, getCreateTableStatement, getDropTableStatement, getInsertStatement, getSelectCountAll, getSelectSequenceStatement, getSelectStatement, getSelectStatement, getUpdateStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SybaseInterface

public SybaseInterface()
Method Detail

getSelectInsertIdStatement

public java.lang.String getSelectInsertIdStatement()
Forms an sql insert id statement

Overrides:
getSelectInsertIdStatement in class SqlServerInterface