Home
last modified time | relevance | path

Searched refs:StandardSQLState (Results 1 – 25 of 29) sorted by relevance

12

/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java212 … throw new SQLException("Error", object, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in isDataSourcePropertyEnabled()
310 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getTableNameComponents()
424 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardCreateStatement()
434 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardCreateStatement()
452 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardCreateStatement()
575 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardColumnPart()
602 StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
607StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
625StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement()
654 …throw new SQLException("Error", Any.VOID, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createStandardKeyStatement()
[all …]
H A DStandardSQLState.java24 public enum StandardSQLState { enum
51 private StandardSQLState(String text) { in StandardSQLState() method in StandardSQLState
H A DCustomResultSet.java351 throw new SQLException(error, this, StandardSQLState.SQL_COLUMN_NOT_FOUND.text(), 0, null); in findColumn()
392 …throw new SQLException("Bad bookmark", this, StandardSQLState.SQL_INVALID_BOOKMARK_VALUE.text(), 0… in hashBookmark()
H A DDatabaseMetaDataResultSet.java27 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
437 …throw new SQLException("Bad bookmark", this, StandardSQLState.SQL_INVALID_BOOKMARK_VALUE.text(), 0… in hashBookmark()
/AOO42X/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLArray.java26 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
60 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getArray()
71 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getArrayAtIndex()
100 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getResultSet()
111 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getResultSetAtIndex()
H A DJavaSQLPreparedStatement.java33 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
160 …throw new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VO… in setArray()
182 …throw new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VO… in setBlob()
238 …throw new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VO… in setClob()
313 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in setObject()
360 …throw new SQLException(error, this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, Any.VO… in setRef()
H A DJavaSQLConnection.java31 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
345 StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), in setTypeMap()
389 StandardSQLState.SQL_GENERAL_ERROR.text(), 0, illegalArgumentException); in construct()
433 this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in loadDriverFromProperties()
455 this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, in loadDriverFromProperties()
H A DJavaSQLBlob.java28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
107 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in positionOfBlob()
H A DJavaSQLClob.java28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
107 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in positionOfClob()
H A DTools.java24 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
55 … return new SQLException(exception.getMessage(), source, StandardSQLState.SQL_GENERAL_ERROR.text(), in toUnoException()
H A DJDBCDriver.java27 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
150 … throw new SQLException(message, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in getPropertyInfo()
H A DJavaSQLCallableStatement.java26 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
238 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getObject()
H A DJavaSQLResultSet.java36 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
448 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getObject()
897 … throw new SQLException(error, this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, Any.VOID); in updateObject()
/AOO42X/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java34 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
94 …throw new SQLException("View not found", this, StandardSQLState.SQL_TABLE_OR_VIEW_NOT_FOUND.text()… in createObject()
110 StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.text(), 0, null); in createObject()
130 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in dropObject()
151 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in appendObject()
H A DPostgresqlDriver.java28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
144 …throw new SQLException(exception.getMessage(), this, StandardSQLState.SQL_UNABLE_TO_CONNECT.text()… in connect()
188 … throw new SQLException(error, this, StandardSQLState.SQL_UNABLE_TO_CONNECT.text(), 0, null); in getDataDefinitionByURL()
H A DPostgresqlTables.java33 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
119 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, wrappedTargetE… in dropObject()
/AOO42X/main/connectivity/inc/connectivity/
H A Ddbexception.hxx245 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString getStandardSQLState( StandardSQLState _eState );
257 OOO_DLLPUBLIC_DBTOOLS const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState );
348 StandardSQLState _eSQLState,
360 StandardSQLState _eSQLState,
H A Dstandardsqlstate.hxx39 enum StandardSQLState enum
/AOO42X/main/connectivity/source/commontools/
H A Ddbexception.cxx492 void throwSQLException( const sal_Char* _pAsciiMessage, StandardSQLState _eSQLState, in throwSQLException()
500 void throwSQLException( const ::rtl::OUString& _rMessage, StandardSQLState _eSQLState, in throwSQLException()
514 const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState ) in getStandardSQLStateAscii()
550 ::rtl::OUString getStandardSQLState( StandardSQLState _eState ) in getStandardSQLState()
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java32 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
119 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
176 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in appendObject()
H A DSqlTableHelper.java35 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
172 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, elementExistEx… in readPrimaryKey()
230 …throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, elementExistEx… in readForeignKeys()
H A DOContainer.java35 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
353 … throw new SQLException(error, this, StandardSQLState.SQL_COLUMN_NOT_FOUND.text(), 0, null); in findColumn()
448 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in getNameForObject()
H A DOKeyColumnContainer.java28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
100 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
H A DOIndexColumnContainer.java29 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
105 … throw new SQLException("Error", this, StandardSQLState.SQL_GENERAL_ERROR.text(), 0, exception); in createObject()
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxDescriptorContainer.java27 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState;
43 … throw new SQLException(error, this, StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createObject()

12