protected class AbstractConnection.GeneratedKeysQuery extends AbstractGeneratedKeysQuery
Modifier | Constructor and Description |
---|---|
protected |
GeneratedKeysQuery(java.lang.String sql,
int autoGeneratedKeys) |
protected |
GeneratedKeysQuery(java.lang.String sql,
int[] columnIndexes) |
protected |
GeneratedKeysQuery(java.lang.String sql,
java.lang.String[] columnNames) |
generatesKeys, getQueryString, isGeneratedKeysSupportLoaded
protected GeneratedKeysQuery(java.lang.String sql, int autoGeneratedKeys) throws java.sql.SQLException
java.sql.SQLException
protected GeneratedKeysQuery(java.lang.String sql, int[] columnIndexes) throws java.sql.SQLException
java.sql.SQLException
protected GeneratedKeysQuery(java.lang.String sql, java.lang.String[] columnNames) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.