| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DbTools.java | 212 … 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() 607 … StandardSQLState.SQL_FUNCTION_SEQUENCE_ERROR.text(), 0, null); in createStandardKeyStatement() 625 … StandardSQLState.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 D | StandardSQLState.java | 24 public enum StandardSQLState { enum 51 private StandardSQLState(String text) { in StandardSQLState() method in StandardSQLState
|
| H A D | CustomResultSet.java | 351 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 D | DatabaseMetaDataResultSet.java | 27 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 D | JavaSQLArray.java | 26 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 D | JavaSQLPreparedStatement.java | 33 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 D | JavaSQLConnection.java | 31 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 D | JavaSQLBlob.java | 28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState; 107 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in positionOfBlob()
|
| H A D | JavaSQLClob.java | 28 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState; 107 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in positionOfClob()
|
| H A D | Tools.java | 24 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 D | JDBCDriver.java | 27 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 D | JavaSQLCallableStatement.java | 26 import org.apache.openoffice.comp.sdbc.dbtools.util.StandardSQLState; 238 this, StandardSQLState.SQL_FEATURE_NOT_IMPLEMENTED.name(), 0, Any.VOID); in getObject()
|
| H A D | JavaSQLResultSet.java | 36 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 D | PostgresqlViews.java | 34 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 D | PostgresqlDriver.java | 28 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 D | PostgresqlTables.java | 33 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 D | dbexception.hxx | 245 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 D | standardsqlstate.hxx | 39 enum StandardSQLState enum
|
| /AOO42X/main/connectivity/source/commontools/ |
| H A D | dbexception.cxx | 492 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 D | OIndexContainer.java | 32 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 D | SqlTableHelper.java | 35 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 D | OContainer.java | 35 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 D | OKeyColumnContainer.java | 28 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 D | OIndexColumnContainer.java | 29 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 D | SdbcxDescriptorContainer.java | 27 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()
|