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  
SQLConnectionHelper — Class in package com.ericfeminella.sql.utils
SQLConnectionHelper is an all static class which provides a centralized location from which all SQLConnection instances can be managed and retrieved.
SQLStatementExecutionException — Final class in package com.ericfeminella.sql
A SQLStatementExecutionException is thrown when an attempt is made to invoke execute on a SQLStatement which fails or will result in the execution failing due to the state of the statement.
SQLStatementExecutionException() — Constructor in class com.ericfeminella.sql.SQLStatementExecutionException
SQLStatementExecutionException constructor specifies the error message of the exception
SQLStatementHelper — Final class in package com.ericfeminella.sql.utils
SQLStatementHelper is an all static utility class which provides a mechanism for substituting unnamed tokens specified in a raw statement with an arbitrary length of values.
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