org.firebirdsql.jdbc
Class AbstractConnection.GeneratedKeysQuery

java.lang.Object
  extended by org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
      extended by org.firebirdsql.jdbc.AbstractConnection.GeneratedKeysQuery
Enclosing class:
AbstractConnection

protected class AbstractConnection.GeneratedKeysQuery
extends AbstractGeneratedKeysQuery


Constructor Summary
protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql, int autoGeneratedKeys)
           
protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql, int[] columnIndexes)
           
protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql, java.lang.String[] columnNames)
           
 
Method Summary
 
Methods inherited from class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
generatesKeys, getQueryString, isGeneratedKeysSupportLoaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConnection.GeneratedKeysQuery

protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql,
                                                int autoGeneratedKeys)
                                         throws java.sql.SQLException
Throws:
java.sql.SQLException

AbstractConnection.GeneratedKeysQuery

protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql,
                                                int[] columnIndexes)
                                         throws java.sql.SQLException
Throws:
java.sql.SQLException

AbstractConnection.GeneratedKeysQuery

protected AbstractConnection.GeneratedKeysQuery(java.lang.String sql,
                                                java.lang.String[] columnNames)
                                         throws java.sql.SQLException
Throws:
java.sql.SQLException


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