Home
last modified time | relevance | path

Searched refs:ResultSet (Results 1 – 25 of 3762) sorted by relevance

12345678910>>...151

/dports/databases/p5-DBIx-Class-Helpers/DBIx-Class-Helpers-2.036000/
H A DMANIFEST86 t/ResultSet/Bare.t
94 t/ResultSet/Errors.t
95 t/ResultSet/Explain.t
97 t/ResultSet/Me.t
98 t/ResultSet/NoColumns.t
99 t/ResultSet/OneRow.t
100 t/ResultSet/Random.t
101 t/ResultSet/RemoveColumns.t
104 t/ResultSet/SearchOr.t
105 t/ResultSet/SetOperations.t
[all …]
/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/src/
H A Dresultset.h43 class KACTIVITIESSTATS_EXPORT ResultSet
98 ResultSet(Query query);
100 ResultSet(ResultSet &&source);
101 ResultSet(const ResultSet &source);
102 ResultSet &operator=(ResultSet source);
103 ~ResultSet();
172 friend class ResultSet; variable
225 bool KACTIVITIESSTATS_EXPORT operator==(const ResultSet::const_iterator &left, const ResultSet::con…
228 bool KACTIVITIESSTATS_EXPORT operator<(const ResultSet::const_iterator &left, const ResultSet::cons…
229 bool KACTIVITIESSTATS_EXPORT operator>(const ResultSet::const_iterator &left, const ResultSet::cons…
[all …]
H A Dresultset.cpp52 ResultSet::Result::Result() in Result()
68 ResultSet::Result &ResultSet::Result::operator=(Result result) in operator =()
75 ResultSet::Result::~Result() in ~Result()
104 QUrl ResultSet::Result::url() const in CREATE_GETTER_AND_SETTER()
504 ResultSet::Result result; in currentResult()
543 ResultSet::ResultSet(Query queryDefinition) in ResultSet() function in KActivities::Stats::ResultSet
562 ResultSet::ResultSet(ResultSet &&source) in ResultSet() function in KActivities::Stats::ResultSet
568 ResultSet::ResultSet(const ResultSet &source) in ResultSet() function in KActivities::Stats::ResultSet
573 ResultSet &ResultSet::operator= (ResultSet source) in operator =()
579 ResultSet::~ResultSet() in ~ResultSet()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgconnector/src/
H A Dresultset.cpp21 ResultSet::ResultSet() in ResultSet() function in ResultSet
29 ResultSet::ResultSet(PGresult *sql_result) in ResultSet() function in ResultSet
67 ResultSet::~ResultSet() in ~ResultSet()
72 void ResultSet::clearResultSet() in clearResultSet()
203 attribs_map ResultSet::getTupleValues() in getTupleValues()
216 int ResultSet::getTupleCount() in getTupleCount()
228 int ResultSet::getColumnCount() in getColumnCount()
233 int ResultSet::getCurrentTuple() in getCurrentTuple()
313 bool ResultSet::isEmpty() in isEmpty()
318 bool ResultSet::isValid() in isValid()
[all …]
/dports/databases/libodbc++/libodbc++-0.2.5/include/odbc++/
H A Dstatement.h32 class ResultSet; variable
38 friend class ResultSet; variable
51 ResultSet* currentResultSet_;
67 void _registerResultSet(ResultSet* rs);
68 void _unregisterResultSet(ResultSet* rs);
72 ResultSet* _getTypeInfo();
73 ResultSet* _getTables(const ODBCXX_STRING& catalog,
91 ResultSet* _getColumns(const ODBCXX_STRING& catalog,
96 ResultSet* _getIndexInfo(const ODBCXX_STRING& catalog,
144 ResultSet* _getResultSet(bool hideMe =false);
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DResultSet.cpp17 ResultSet::ResultSet(StatementBase* parent) in ResultSet() function in odbc::ResultSet
22 ResultSet::~ResultSet() in ~ResultSet()
26 bool ResultSet::next() in next()
35 void ResultSet::close() in close()
40 ResultSetMetaDataRef ResultSet::getMetaData() in getMetaData()
64 Byte ResultSet::getByte(unsigned short columnIndex) in getByte()
108 Int ResultSet::getInt(unsigned short columnIndex) in getInt()
119 UInt ResultSet::getUInt(unsigned short columnIndex) in getUInt()
342 return ResultSet::NULL_DATA; in convertLength()
344 return ResultSet::UNKNOWN_LENGTH; in convertLength()
[all …]
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Dresultset.cpp146 ResultSet::ResultSet(Statement* stmt, SQLHSTMT hstmt, bool ownStmt) in ResultSet() function in ResultSet
200 ResultSet::~ResultSet() in ~ResultSet()
350 void ResultSet::_bindCols() in _bindCols()
642 int ResultSet::getType() in getType()
677 bool ResultSet::next() in next()
704 bool ResultSet::previous() in previous()
753 bool ResultSet::first() in first()
771 bool ResultSet::last() in last()
1128 int ResultSet::getRow() in getRow()
1182 bool ResultSet::isFirst() in isFirst()
[all …]
H A Dstatement.cpp222 case ResultSet::TYPE_FORWARD_ONLY:
226 case ResultSet::TYPE_SCROLL_INSENSITIVE:
235 case ResultSet::TYPE_SCROLL_SENSITIVE:
257 case ResultSet::CONCUR_READ_ONLY:
270 case ResultSet::CONCUR_UPDATABLE:
301 ResultSet* rs=ODBCXX_OPERATOR_NEW_DEBUG(__FILE__, __LINE__) ResultSet(this,hstmt_,hideMe);
342 ResultSet* Statement::_getTypeInfo()
351 ResultSet* rs=this->_getResultSet(true);
375 ResultSet* rs=this->_getResultSet(true);
401 ResultSet* rs=this->_getResultSet(true);
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/support/rowset/
H A DResultSetWrappingRowSetTests.java23 import java.sql.ResultSet;
39 private ResultSet rset;
43 rsetControl = MockControl.createControl(ResultSet.class); in setUp()
44 rset = (ResultSet) rsetControl.getMock(); in setUp()
64 Method rset = ResultSet.class.getDeclaredMethod("getString", new Class[] {int.class}); in testGetStringInt()
88 Method rset = ResultSet.class.getDeclaredMethod("getDate", new Class[] {int.class}); in testGetDateInt()
94 Method rset = ResultSet.class.getDeclaredMethod("getDate", new Class[] {int.class}); in testGetDateString()
100 Method rset = ResultSet.class.getDeclaredMethod("getTime", new Class[] {int.class}); in testGetTimeInt()
106 Method rset = ResultSet.class.getDeclaredMethod("getTime", new Class[] {int.class}); in testGetTimeString()
124 Method rset = ResultSet.class.getDeclaredMethod("getInt", new Class[] {int.class}); in testGetIntInt()
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/jdbc/com/firstworks/sql/
H A DSQLRelayDatabaseMetaData.java66 public ResultSet getAttributes(String catalog, in getAttributes()
105 public ResultSet getColumnPrivileges( in getColumnPrivileges()
115 public ResultSet getColumns(String catalog, in getColumns()
199 public ResultSet getFunctionColumns( in getFunctionColumns()
210 public ResultSet getFunctions(String catalog, in getFunctions()
368 public ResultSet getProcedureColumns( in getProcedureColumns()
402 return ResultSet.CLOSE_CURSORS_AT_COMMIT; in getResultSetHoldability()
415 public ResultSet getSchemas(String catalog, in getSchemas()
475 public ResultSet getTables(String catalog, in getTables()
499 public ResultSet getUDTs(String catalog, in getUDTs()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/support/lob/
H A DLobHandler.java21 import java.sql.ResultSet;
92 byte[] getBlobAsBytes(ResultSet rs, String columnName) throws SQLException; in getBlobAsBytes()
104 byte[] getBlobAsBytes(ResultSet rs, int columnIndex) throws SQLException; in getBlobAsBytes()
116 InputStream getBlobAsBinaryStream(ResultSet rs, String columnName) throws SQLException; in getBlobAsBinaryStream()
128 InputStream getBlobAsBinaryStream(ResultSet rs, int columnIndex) throws SQLException; in getBlobAsBinaryStream()
140 String getClobAsString(ResultSet rs, String columnName) throws SQLException; in getClobAsString()
152 String getClobAsString(ResultSet rs, int columnIndex) throws SQLException; in getClobAsString()
164 InputStream getClobAsAsciiStream(ResultSet rs, String columnName) throws SQLException; in getClobAsAsciiStream()
176 InputStream getClobAsAsciiStream(ResultSet rs, int columnIndex) throws SQLException; in getClobAsAsciiStream()
188 Reader getClobAsCharacterStream(ResultSet rs, String columnName) throws SQLException; in getClobAsCharacterStream()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DDatabaseMetaData.java1379 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1540 ResultSet getSchemas() throws SQLException; in getSchemas()
1555 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1572 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2004 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2082 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2352 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3293 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql/share/classes/java/sql/
H A DDatabaseMetaData.java1380 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1541 ResultSet getSchemas() throws SQLException; in getSchemas()
1556 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1573 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2005 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2083 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2353 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3281 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DDatabaseMetaData.java1379 ResultSet getProcedureColumns(String catalog, in getProcedureColumns()
1540 ResultSet getSchemas() throws SQLException; in getSchemas()
1555 ResultSet getCatalogs() throws SQLException; in getCatalogs()
1572 ResultSet getTableTypes() throws SQLException; in getTableTypes()
2004 ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
2082 ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
2352 ResultSet getCrossReference( in getCrossReference()
2421 ResultSet getTypeInfo() throws SQLException; in getTypeInfo()
2818 ResultSet getUDTs(String catalog, String schemaPattern, in getUDTs()
3293 ResultSet getClientInfoProperties() in getClientInfoProperties()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-honeycode/include/aws/honeycode/model/
H A DResultSet.h34 class AWS_HONEYCODE_API ResultSet
37 ResultSet();
38 ResultSet(Aws::Utils::Json::JsonView jsonValue);
39 ResultSet& operator=(Aws::Utils::Json::JsonView jsonValue);
121 …inline ResultSet& WithHeaders(const Aws::Vector<ColumnMetadata>& value) { SetHeaders(value); retur… in WithHeaders()
137 …inline ResultSet& WithHeaders(Aws::Vector<ColumnMetadata>&& value) { SetHeaders(std::move(value));… in WithHeaders()
153 …inline ResultSet& AddHeaders(const ColumnMetadata& value) { m_headersHasBeenSet = true; m_headers.… in AddHeaders()
205 inline ResultSet& WithRows(const Aws::Vector<ResultRow>& value) { SetRows(value); return *this;} in WithRows()
212 …inline ResultSet& WithRows(Aws::Vector<ResultRow>&& value) { SetRows(std::move(value)); return *th… in WithRows()
219 …inline ResultSet& AddRows(const ResultRow& value) { m_rowsHasBeenSet = true; m_rows.push_back(valu… in AddRows()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dresultset.cxx190 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
204 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
216 ResultSet::~ResultSet() in ~ResultSet()
243 void SAL_CALL ResultSet::dispose() in dispose()
311 sal_Bool SAL_CALL ResultSet::next() in next()
440 sal_Bool SAL_CALL ResultSet::last() in last()
1148 void SAL_CALL ResultSet::close() in close()
1183 ResultSet::queryContent() in queryContent()
1197 ResultSet::getPropertySetInfo() in getPropertySetInfo()
1365 void ResultSet::rowCountFinal() in rowCountFinal()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dresultset.cxx180 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
194 ResultSet::ResultSet( in ResultSet() function in ucbhelper::ResultSet
206 ResultSet::~ResultSet() in ~ResultSet()
233 void SAL_CALL ResultSet::dispose() in dispose()
301 sal_Bool SAL_CALL ResultSet::next() in next()
430 sal_Bool SAL_CALL ResultSet::last() in last()
1138 void SAL_CALL ResultSet::close() in close()
1173 ResultSet::queryContent() in queryContent()
1187 ResultSet::getPropertySetInfo() in getPropertySetInfo()
1355 void ResultSet::rowCountFinal() in rowCountFinal()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/support/
H A DDefaultLobHandlerTests.java26 import java.sql.ResultSet;
43 MockControl rsControl = MockControl.createControl(ResultSet.class); in testGetBlobAsBytes()
44 ResultSet rs = (ResultSet) rsControl.getMock(); in testGetBlobAsBytes()
54 MockControl rsControl = MockControl.createControl(ResultSet.class); in testGetBlobAsBinaryStream()
55 ResultSet rs = (ResultSet) rsControl.getMock(); in testGetBlobAsBinaryStream()
65 MockControl rsControl = MockControl.createControl(ResultSet.class); in testGetClobAsString()
66 ResultSet rs = (ResultSet) rsControl.getMock(); in testGetClobAsString()
76 MockControl rsControl = MockControl.createControl(ResultSet.class); in testGetClobAsAsciiStream()
77 ResultSet rs = (ResultSet) rsControl.getMock(); in testGetClobAsAsciiStream()
87 MockControl rsControl = MockControl.createControl(ResultSet.class); in testGetClobAsCharacterStream()
[all …]

12345678910>>...151