org.firebirdsql.pool
Class XPreparedStatementModel

java.lang.Object
  extended by org.firebirdsql.pool.XPreparedStatementModel

Deprecated.

@Deprecated
public class XPreparedStatementModel
extends java.lang.Object

Object containing all information that is needed to prepare the statement. It also handles correct comparison using the SQL statement, result set type, concurrency, holdability or list of generated keys for INSERT statements and can be used as a key in the hash table (cache).


Constructor Summary
XPreparedStatementModel(java.lang.String sql, int generatedKeys)
          Deprecated.  
XPreparedStatementModel(java.lang.String sql, int[] keyIndexes)
          Deprecated.  
XPreparedStatementModel(java.lang.String sql, int rsType, int rsConcurrency, int rsHoldability)
          Deprecated.  
XPreparedStatementModel(java.lang.String sql, java.lang.String[] keyColumns)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.String[] getKeyColumns()
          Deprecated.  
 int[] getKeyIndexes()
          Deprecated.  
 int getResultSetConcurrency()
          Deprecated.  
 int getResultSetHoldability()
          Deprecated.  
 int getResultSetType()
          Deprecated.  
 java.lang.String getSql()
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean isGeneratedKeys()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPreparedStatementModel

public XPreparedStatementModel(java.lang.String sql,
                               int rsType,
                               int rsConcurrency,
                               int rsHoldability)
Deprecated. 

XPreparedStatementModel

public XPreparedStatementModel(java.lang.String sql,
                               int generatedKeys)
Deprecated. 

XPreparedStatementModel

public XPreparedStatementModel(java.lang.String sql,
                               int[] keyIndexes)
Deprecated. 

XPreparedStatementModel

public XPreparedStatementModel(java.lang.String sql,
                               java.lang.String[] keyColumns)
Deprecated. 
Method Detail

getSql

public java.lang.String getSql()
Deprecated. 

getResultSetType

public int getResultSetType()
Deprecated. 

getResultSetConcurrency

public int getResultSetConcurrency()
Deprecated. 

getResultSetHoldability

public int getResultSetHoldability()
Deprecated. 

isGeneratedKeys

public boolean isGeneratedKeys()
Deprecated. 

getKeyIndexes

public int[] getKeyIndexes()
Deprecated. 

getKeyColumns

public java.lang.String[] getKeyColumns()
Deprecated. 

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.