|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FBSQLException | |
|---|---|
| org.firebirdsql.encodings | |
| org.firebirdsql.jdbc | |
| org.firebirdsql.jdbc.field | |
| org.firebirdsql.management | |
| org.firebirdsql.pool | |
| Uses of FBSQLException in org.firebirdsql.encodings |
|---|
| Methods in org.firebirdsql.encodings that throw FBSQLException | |
|---|---|
void |
CharacterTranslator.init(String mappingPath)
Initialize this class with the specified mapping. |
| Uses of FBSQLException in org.firebirdsql.jdbc |
|---|
| Subclasses of FBSQLException in org.firebirdsql.jdbc | |
|---|---|
class |
FBDriverConsistencyCheckException
Internal driver consistency check failed. |
class |
FBDriverNotCapableException
Tell that driver is not able to serve the request due to missing capabilities. |
class |
FBMissingParameterException
Exception notifying developer that not all parameters were set when calling the prepared statement. |
class |
FBResultSetNotUpdatableException
Exception is thrown when trying to modify the non-updatable result set. |
class |
FBSQLParseException
This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax. |
| Methods in org.firebirdsql.jdbc that throw FBSQLException | |
|---|---|
protected String |
FBEscapedParser.convertProcedureCall(String procedureCall)
This methods converts the escaped procedure call syntax into the native procedure call. |
static AbstractCallableStatement |
FBStatementFactory.createCallableStatement(GDSHelper gdsHelper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener)
|
static AbstractPreparedStatement |
FBStatementFactory.createPreparedStatement(GDSHelper gdsHelper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
FBObjectListener.StatementListener statementListener,
FBObjectListener.BlobListener blobListener,
boolean metadata,
boolean standaloneStatement)
|
static AbstractSavepoint |
FBStatementFactory.createSavepoint(int counter)
|
static AbstractSavepoint |
FBStatementFactory.createSavepoint(String name)
|
static AbstractStatement |
FBStatementFactory.createStatement(GDSHelper gdsHelper,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
FBObjectListener.StatementListener statementListener)
|
protected String |
FBEscapedParser.escapeToNative(String escaped)
This method checks the passed parameter to conform the escaped syntax, checks for the unknown keywords and re-formats result according to the Firebird SQL syntax. |
String |
AbstractPreparedStatement.getExecutionPlan()
Get the execution plan of this PreparedStatement |
String |
FirebirdPreparedStatement.getExecutionPlan()
Get the execution plan of this PreparedStatement |
String |
FBProcedureCall.getSQL(boolean select)
Get native SQL for the specified procedure call. |
int |
AbstractPreparedStatement.getStatementType()
Get the statement type of this PreparedStatement. |
int |
FirebirdPreparedStatement.getStatementType()
Get the statement type of this PreparedStatement. |
int |
FBProcedureCall.mapOutParamIndexToPosition(int index)
Map output parameter index to a column number of corresponding result set. |
int |
FBProcedureCall.mapOutParamIndexToPosition(int index,
boolean compatibilityMode)
Map output parameter index to a column number of corresponding result set. |
String |
FBEscapedParser.parse(String sql)
Converts escaped parts in the passed SQL to native representation. |
FBProcedureCall |
FBEscapedCallParser.parseCall(String sql)
Converts escaped parts in the passed SQL to native representation. |
protected String |
FBEscapedCallParser.processParam(String param)
Pre-process parameter. |
| Uses of FBSQLException in org.firebirdsql.jdbc.field |
|---|
| Subclasses of FBSQLException in org.firebirdsql.jdbc.field | |
|---|---|
class |
TypeConvertionException
This exception is thrown when the requested type conversion cannot be performed. |
| Uses of FBSQLException in org.firebirdsql.management |
|---|
| Methods in org.firebirdsql.management that throw FBSQLException | |
|---|---|
protected void |
FBServiceManager.executeServicesOperation(ServiceRequestBuffer srb)
Execute a Services API operation in the database. |
void |
FBServiceManager.queueService(GDS gds,
IscSvcHandle handle)
|
| Uses of FBSQLException in org.firebirdsql.pool |
|---|
| Subclasses of FBSQLException in org.firebirdsql.pool | |
|---|---|
class |
ObjectCloseTraceException
This exception contains a stack trace where the object was closed. |
| Methods in org.firebirdsql.pool that throw FBSQLException | |
|---|---|
static AbstractFBConnectionPoolDataSource |
FBPooledDataSourceFactory.getFBConnectionPoolInstance(Reference reference,
Name name,
Context context,
Hashtable environment)
Creates an objectFactory and returns an object instance of AbstractFBConnectionPoolDataSource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||