- quarterOfDate(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
-
- QueueRowSet - Class in org.pentaho.di.core
-
A simplified rowset for steps for single threaded execution.
- QueueRowSet() - Constructor for class org.pentaho.di.core.QueueRowSet
-
- quoteField(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Returns a quoted field if this is needed: contains spaces, is a reserved word, ...
- quoteReservedWords() - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- quoteReservedWords() - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
- quoteReservedWords() - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- quoteReservedWords(RowMetaInterface) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
Changes the names of the fields to their quoted equivalent if this is needed
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.BaseDatabaseMeta
-
- quoteSQLString(String) - Method in interface org.pentaho.di.core.database.DatabaseInterface
-
Adds quotes around the string according to the database dialect and also escapes special characters like CR, LF and
the quote character itself.
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.DatabaseMeta
-
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.Exasol4DatabaseMeta
-
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.MSSQLServerDatabaseMeta
-
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.MySQLDatabaseMeta
-
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.OracleDatabaseMeta
-
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.PostgreSQLDatabaseMeta
-
PG needs the extra E in front of the string before it allows you to quote it.
- quoteSQLString(String) - Method in class org.pentaho.di.core.database.SybaseDatabaseMeta
-