Home
last modified time | relevance | path

Searched refs:SELECT (Results 1 – 25 of 154) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl85 <p>Imagine you have a client-side query <code>SELECT * FROM table</code>, which is
87 as <code>SELECT * FROM query1</code>. Now if you try to change the statement of
88 <type>query1</type> to <code>SELECT * FROM query2</code>, this is prohibited, because
112 … <code>SELECT</code> statements, where quote identifiers would render the statement invalid.</p>
121 <p>In databases which support query names to appear in <code>SELECT</code>
157 /** used to indicate that a <code>SELECT</code> operation on a table needs a filter.
159 <p>Some database drivers are not able to <code>SELECT</code> from a table if the
161 like <code>SELECT * FROM "table"</cdeo> with fail with the error code
H A DXSingleSelectQueryAnalyzer.idl50 The interface can be used for analyzing single SELECT statements without knowing the
186 … level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer
190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled
196 … <code>SELECT * from "All Orders"</code> would be rejected by the database. However, instantiating
199 …has been replaced with the <code>SELECT</code> statement which actually constitutes the <code>"All…
204 …ries: Consider a query named <code>foo</code>, which is defined as <code>SELECT * FROM "bar"</code…
205 …Now assume that <code>bar</code> is a query defined as <code>SELECT * FROM "foo"</code>. Passing e…
H A DSingleSelectQueryAnalyzer.idl56 of a <code>SELECT</code> statement.</p>
60 … a query named <code>All Orders</code>, the SQL statement <code>SELECT * FROM "All Orders"</code>
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx101 ,m_nPrivileges( Privilege::SELECT ) in DBG_NAME()
128 m_nPrivileges = Privilege::SELECT|Privilege::DELETE|Privilege::INSERT|Privilege::UPDATE; in DBG_NAME()
188 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
248 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
257 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
281 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
290 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
302 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
339 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
354 m_nPrivileges = Privilege::SELECT; in DBG_NAME()
[all …]
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXTableName.idl48 table object, as it should be used in a <code>SELECT</code> statement's <code>FROM</code>
53 to use or not use catalogs and schemas in <code>SELECT</code> at all.</p>
112 /** represents the table name in a form to be used in a <code>SELECT</code> statement.
116 in <code>SELECT</code> statements. Using this attribute, you can generate a table
H A DXDataSourceMetaData.idl38 part of a <code>SELECT</code> statement.
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx154 nRights |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()
156 nRightsWithGrant |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()
330 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
/trunk/main/connectivity/source/drivers/mysql/
H A DYUser.cxx154 nRights |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()
156 nRightsWithGrant |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()
329 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
/trunk/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx283 nRights |= Privilege::SELECT; in mapAdoRights2Sdbc()
304 if((nRights & Privilege::SELECT) == Privilege::SELECT) in mapRights2Ado()
H A DADatabaseMetaDataImpl.cxx344 nRight |= Privilege::SELECT; in MapRight()
368 if(_eNum & Privilege::SELECT) in Map2Right()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx158 { "SEL", Privilege::SELECT }, in getAnyTablePrivileges()
311 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx275 GRANT_REVOKE_RIGHT(Privilege::SELECT); in SaveModified()
381 bAllowed = (Privilege::SELECT & _nPrivilege) == Privilege::SELECT; in isAllowed()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DParser.java63 final String SELECT = "SELECT \"products\".\"Name\" FROM \"products\" WHERE "; in checkWhere() local
93 composer.setQuery( SELECT + queries[i]); in checkWhere()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.src59 Text[ en-US ] = "Append the table alias name on SELECT statements"; \
132 Text [ en-US ] = "Use catalog name in SELECT statements"; \
145 Text [ en-US ] = "Use schema name in SELECT statements"; \
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java127 if( (nPriv & Privilege.SELECT) == Privilege.SELECT) in showRowSetPrivileges()
/trunk/main/basic/source/comp/
H A Dtoken.cxx155 { SELECT, "Select" },
585 case SELECT: Next(); eCurTok = ENDSELECT; break; in Next()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl475 /** Can an "ORDER BY" clause use columns not in the SELECT statement?
493 /** Can a "GROUP BY" clause use columns not in the SELECT?
502 /** Can a "GROUP BY" clause add columns not in the SELECT
503 provided it specifies all the columns in the SELECT?
800 /** Is SELECT for UPDATE supported?
973 /** return the maximum number of columns in a "SELECT" list
1091 /** return the maximum number of tables in a SELECT statement
1592 <b>PRIVILEGE</b> string => name of access (SELECT,
1647 <b>PRIVILEGE</b> string => name of access (SELECT,
H A DXGeneratedResultSet.idl41 …as the relative order of the same columns as returned when executing a "SELECT * FROM table". This…
/trunk/main/winaccessibility/source/UAccCOM/
H A Dacccommon.h87 #define SELECT L"Select" macro
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXAlterView.idl49 <code>SELECT</code> statement.
H A DPrivilege.idl38 const long SELECT = 0x00000001;
/trunk/main/offapi/com/sun/star/rdf/
H A DXQuerySelectResult.idl37 /** represents the result of a SPARQL "SELECT" query.
H A DXRepository.idl371 /** executes a SPARQL "SELECT" query.
375 bindings, i.e., a query beginning with "SELECT".
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DHow_to_write_my_own_driver.txt44 -> you have to allow statements like "SELECT * FROM table WHERE id = ?"
/trunk/main/basic/source/inc/
H A Dtoken.hxx74 SELECT, SET, SHARED, STATIC, STEP, STOP, SUB, enumerator

Completed in 89 milliseconds

1234567