A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
PreparedStatement — Class in package com.ericfeminella.sql
PreparedStatement provides a SQLStatement implementation which enforces the text property of a statement to be sealed, that is it can only be assigned during creation of the statement.
PreparedStatement(statementText, connection, itemClass) — Constructor in class com.ericfeminella.sql.PreparedStatement
The PreparedStatement constructor requires the statement text which is assigned to the text
PreparedStatementException — Final class in package com.ericfeminella.sql
A PreparedStatementException is thrown when an attempt is made to assign a value to a PreparedStatement.text property
PreparedStatementException() — Constructor in class com.ericfeminella.sql.PreparedStatementException
PreparedStatementException constructor specifies the error message of the exception
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z