Searched refs:SELECT (Results 1 – 25 of 149) sorted by relevance
123456
85 <p>Imagine you have a client-side query <code>SELECT * FROM table</code>, which is87 as <code>SELECT * FROM query1</code>. Now if you try to change the statement of88 <type>query1</type> to <code>SELECT * FROM query2</code>, this is prohibited, because112 … <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 the161 like <code>SELECT * FROM "table"</cdeo> with fail with the error code
50 The interface can be used for analyzing single SELECT statements without knowing the186 … level. As a prominent example, you might pass a <code>SELECT</code> statement to the analyzer190 the query in the <code>FROM</code> part of a <code>SELECT</code> statement will be handled196 … <code>SELECT * from "All Orders"</code> would be rejected by the database. However, instantiating199 …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…
56 of a <code>SELECT</code> statement.</p>60 … a query named <code>All Orders</code>, the SQL statement <code>SELECT * FROM "All Orders"</code>
101 ,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 …]
48 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
38 part of a <code>SELECT</code> statement.
154 nRights |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()156 nRightsWithGrant |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()330 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
154 nRights |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()156 nRightsWithGrant |= Privilege::SELECT; in findPrivilegesAndGrantPrivileges()329 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
283 nRights |= Privilege::SELECT; in mapAdoRights2Sdbc()304 if((nRights & Privilege::SELECT) == Privilege::SELECT) in mapRights2Ado()
344 nRight |= Privilege::SELECT; in MapRight()368 if(_eNum & Privilege::SELECT) in Map2Right()
158 { "SEL", Privilege::SELECT }, in getAnyTablePrivileges()311 if((nRights & Privilege::SELECT) == Privilege::SELECT) in getPrivilegeString()
63 final String SELECT = "SELECT \"products\".\"Name\" FROM \"products\" WHERE "; in checkWhere() local93 composer.setQuery( SELECT + queries[i]); in checkWhere()
275 GRANT_REVOKE_RIGHT(Privilege::SELECT); in SaveModified()381 bAllowed = (Privilege::SELECT & _nPrivilege) == Privilege::SELECT; in isAllowed()
59 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"; \
127 if( (nPriv & Privilege.SELECT) == Privilege.SELECT) in showRowSetPrivileges()
155 { SELECT, "Select" },585 case SELECT: Next(); eCurTok = ENDSELECT; break; in Next()
475 /** 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 SELECT503 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" list1091 /** return the maximum number of tables in a SELECT statement1592 <b>PRIVILEGE</b> string => name of access (SELECT,1647 <b>PRIVILEGE</b> string => name of access (SELECT,
41 …as the relative order of the same columns as returned when executing a "SELECT * FROM table". This…
87 #define SELECT L"Select" macro
49 <code>SELECT</code> statement.
38 const long SELECT = 0x00000001;
37 /** represents the result of a SPARQL "SELECT" query.
371 /** executes a SPARQL "SELECT" query.375 bindings, i.e., a query beginning with "SELECT".
44 -> you have to allow statements like "SELECT * FROM table WHERE id = ?"
74 SELECT, SET, SHARED, STATIC, STEP, STOP, SUB, enumerator
Completed in 96 milliseconds