dstorm

var_dump of getColumnsFull()

Jun 12th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. 'mmetal' =>
  2. array (size=29)
  3. 'asd' =>
  4. array (size=2)
  5. 'sa' =>
  6. array (size=28)
  7. 'TABLE_CATALOG' => string 'def' (length=3)
  8. 'TABLE_SCHEMA' => string 'mmetal' (length=6)
  9. 'TABLE_NAME' => string 'asd' (length=3)
  10. 'COLUMN_NAME' => string 'sa' (length=2)
  11. 'ORDINAL_POSITION' => string '1' (length=1)
  12. 'COLUMN_DEFAULT' => null
  13. 'IS_NULLABLE' => string 'NO' (length=2)
  14. 'DATA_TYPE' => string 'int' (length=3)
  15. 'CHARACTER_MAXIMUM_LENGTH' => null
  16. 'CHARACTER_OCTET_LENGTH' => null
  17. 'NUMERIC_PRECISION' => string '10' (length=2)
  18. 'NUMERIC_SCALE' => string '0' (length=1)
  19. 'CHARACTER_SET_NAME' => null
  20. 'COLLATION_NAME' => null
  21. 'COLUMN_TYPE' => string 'int(11)' (length=7)
  22. 'COLUMN_KEY' => string '' (length=0)
  23. 'EXTRA' => string '' (length=0)
  24. 'PRIVILEGES' => string 'select,insert,update,references' (length=31)
  25. 'COLUMN_COMMENT' => string '' (length=0)
  26. 'Field' => string 'sa' (length=2)
  27. 'Type' => string 'int(11)' (length=7)
  28. 'Collation' => null
  29. 'Null' => string 'NO' (length=2)
  30. 'Key' => string '' (length=0)
  31. 'Default' => null
  32. 'Extra' => string '' (length=0)
  33. 'Privileges' => string 'select,insert,update,references' (length=31)
  34. 'Comment' => string '' (length=0)
  35. 'temp' =>
  36. array (size=28)
  37. 'TABLE_CATALOG' => string 'def' (length=3)
  38. 'TABLE_SCHEMA' => string 'mmetal' (length=6)
  39. 'TABLE_NAME' => string 'asd' (length=3)
  40. 'COLUMN_NAME' => string 'temp' (length=4)
  41. 'ORDINAL_POSITION' => string '2' (length=1)
  42. 'COLUMN_DEFAULT' => null
  43. 'IS_NULLABLE' => string 'NO' (length=2)
  44. 'DATA_TYPE' => string 'int' (length=3)
  45. 'CHARACTER_MAXIMUM_LENGTH' => null
  46. 'CHARACTER_OCTET_LENGTH' => null
  47. 'NUMERIC_PRECISION' => string '10' (length=2)
  48. 'NUMERIC_SCALE' => string '0' (length=1)
  49. 'CHARACTER_SET_NAME' => null
  50. 'COLLATION_NAME' => null
  51. 'COLUMN_TYPE' => string 'int(11)' (length=7)
  52. 'COLUMN_KEY' => string '' (length=0)
  53. 'EXTRA' => string '' (length=0)
  54. 'PRIVILEGES' => string 'select,insert,update,references' (length=31)
  55. 'COLUMN_COMMENT' => string '' (length=0)
  56. 'Field' => string 'temp' (length=4)
  57. 'Type' => string 'int(11)' (length=7)
  58. 'Collation' => null
  59. 'Null' => string 'NO' (length=2)
  60. 'Key' => string '' (length=0)
  61. 'Default' => null
  62. 'Extra' => string '' (length=0)
  63. 'Privileges' => string 'select,insert,update,references' (length=31)
  64. 'Comment' => string '' (length=0)
  65. 'Field' => &null
  66. 'COLUMN_NAME' => &null
  67. 'Type' => &null
  68. 'COLUMN_TYPE' => &null
  69. 'Collation' => &null
  70. 'COLLATION_NAME' => &null
  71. 'Null' => &null
  72. 'IS_NULLABLE' => &null
  73. 'Key' => &null
  74. 'COLUMN_KEY' => &null
  75. 'Default' => &null
  76. 'COLUMN_DEFAULT' => &null
  77. 'Extra' => &null
  78. 'EXTRA' => &null
  79. 'Privileges' => &null
  80. 'PRIVILEGES' => &null
  81. 'Comment' => &null
  82. 'COLUMN_COMMENT' => &null
  83. 'TABLE_CATALOG' => null
  84. 'TABLE_SCHEMA' => null
  85. 'TABLE_NAME' => null
  86. 'ORDINAL_POSITION' => int 6
  87. 'DATA_TYPE' => boolean false
  88. 'CHARACTER_MAXIMUM_LENGTH' => null
  89. 'CHARACTER_OCTET_LENGTH' => null
  90. 'NUMERIC_PRECISION' => null
  91. 'NUMERIC_SCALE' => null
  92. 'CHARACTER_SET_NAME' => boolean false
Add Comment
Please, Sign In to add comment