MCPcopy Create free account

hub / github.com/SeLite/SeLite / types & classes

Types & classes47 in github.com/SeLite/SeLite

ClassApp
filter/src/com/googlecode/selite/filter/App.java:21
ClassAppListedTables
filter/src/com/googlecode/selite/filter/AppListedTables.java:22
ClassCharReader
filter/src/com/googlecode/selite/filter/CharReader.java:27
ClassCharSequenceContinuous
filter/src/com/googlecode/selite/filter/CharSequenceContinuous.java:24
ClassCharSequenceManager
This helps to process regular expressions across a continuous input stream which may or may not be loaded fully in memory.
filter/src/com/googlecode/selite/filter/CharSequenceManager.java:47
ClassCharSequenceManagerContinuous
filter/src/com/googlecode/selite/filter/CharSequenceManagerContinuous.java:31
ClassCharSequenceManagerInMemory
filter/src/com/googlecode/selite/filter/CharSequenceManagerInMemory.java:26
EnumDb
filter/src/com/googlecode/selite/filter/Db.java:19
ClassDbField
filter/src/com/googlecode/selite/filter/Run.java:96
ClassExportTableName
filter/src/com/googlecode/selite/filter/apps/Moodle.java:43
ClassField
There are two different types of usage of instances of Field: - runtime fields (parameters), defined mostly in Run class - application fields (param
filter/src/com/googlecode/selite/filter/Field.java:38
ClassFieldNonSingleton
filter/src/com/googlecode/selite/filter/FieldNonSingleton.java:19
ClassFieldSingleton
filter/src/com/googlecode/selite/filter/FieldSingleton.java:19
ClassFilter
filter/src/com/googlecode/selite/filter/Filter.java:19
ClassFilterBackslashQuote
Replace \' with '' and \\ with \ anywhere within string literals '...'. It can be used for both schema (e.g. default values) and data. Needed for MyS
filter/src/com/googlecode/selite/filter/FilterBackslashQuote.java:28
ClassFilterComments
This removes lines starting with '--', but only if they are not in SQL string values (between apostrophes). Some string values (e.g. encryption certi
filter/src/com/googlecode/selite/filter/FilterComments.java:26
ClassFilterDataCleanup
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterDataCleanup.java:26
ClassFilterDataSerial
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterDataSerial.java:26
ClassFilterExtraNewLines
Before you apply this filter, you must apply FilterComments first. See docs of FilterUnusedInserts for explanation.
filter/src/com/googlecode/selite/filter/FilterExtraNewLines.java:25
ClassFilterGroup
filter/src/com/googlecode/selite/filter/FilterGroup.java:23
ClassFilterRemover
This removes lines starting with '--', but only if they are not in SQL string values (between apostrophes). Some string values (e.g. encryption certi
filter/src/com/googlecode/selite/filter/FilterRemover.java:26
ClassFilterRemoverByPattern
filter/src/com/googlecode/selite/filter/FilterRemoverByPattern.java:22
ClassFilterReplace
Instances of subclasses must work well even if the output is processed through them again (as new input) one or several times.
filter/src/com/googlecode/selite/filter/FilterReplace.java:26
ClassFilterReplacePreserveLiterals
Instances of subclasses must work well even if the output is processed through them again (as new input) one or several times.
filter/src/com/googlecode/selite/filter/FilterReplacePreserveLiterals.java:26
ClassFilterSchemaCleanup
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:28
ClassFilterSchemaSerial
This replaces serial/autoincremented/sequence-based columns of integer family with SQLite autoincrement primary column. There can be max. one such co
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:31
ClassFilterUnusedInserts
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedInserts.java:26
ClassFilterUnusedTables
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedTables.java:26
ClassFilterUnusedViews
Before you apply this filter, you must apply FilterComments first. That's because an SQL comment can contain apostrophe(s). If there was a valid SQL
filter/src/com/googlecode/selite/filter/FilterUnusedViews.java:26
ClassFixedStartResult
Used as a result of FilterRemover.processFixedStart(). Fields here are described in context of/relative to respective parameters to FilterRemover.pro
filter/src/com/googlecode/selite/filter/FilterRemover.java:30
ClassGeneralVersion
Not Serializable - no need for that.
filter/src/com/googlecode/selite/filter/GeneralVersion.java:28
ClassHeapReserve
Size of heap memory reserve in bytes .
filter/src/com/googlecode/selite/filter/Run.java:113
ClassMaxMatchLength
Number of characters of the longest matcheable sequence for any filter.
filter/src/com/googlecode/selite/filter/App.java:48
ClassMoodle
filter/src/com/googlecode/selite/filter/apps/Moodle.java:32
ClassMysqlMain
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:70
ClassMysqlStartValue
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:92
ClassMysqlTableOptions
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:43
ClassPostgres
filter/src/com/googlecode/selite/filter/FilterSchemaCleanup.java:29
ClassRemovedTableNamesPattern
Regex subpattern that will match all table names to remove, and it won't match any table names to keep in the export. That partial regex patt
filter/src/com/googlecode/selite/filter/App.java:32
ClassRemovedViewNamesPattern
Regex subpattern that will match all view names to remove, and it won't match any view names to keep in the export. That partial regex patter
filter/src/com/googlecode/selite/filter/App.java:42
ClassRun
Not thread-safe - that's fine.
filter/src/com/googlecode/selite/filter/Run.java:41
ClassShared
filter/src/com/googlecode/selite/filter/FilterSchemaSerial.java:32
EnumStreamSequence
filter/src/com/googlecode/selite/filter/CharSequenceManager.java:65
ClassTablePrefix
filter/src/com/googlecode/selite/filter/apps/Moodle.java:35
EnumUsage
filter/src/com/googlecode/selite/filter/Usage.java:22
ClassUsageField
filter/src/com/googlecode/selite/filter/Run.java:87
ClassVersion
filter/src/com/googlecode/selite/filter/apps/Moodle.java:51